Closed breisfeld closed 4 years ago
Hi Brad. It appears that SALib doesn't currently publish wheels, so pip is installing it from a source distribution (i.e. compiling it on your computer). So far, Pynsist can't do this for you. You can create a wheel locally by running pip wheel SALib==1.3.11
and then use the extra_wheel_sources
or local_wheels
option in the config file (docs) to use that.
Hi Thomas,
Thank you for the prompt and helpful response! I'll proceed with your suggestion.
Kind regards, Brad
Hi, I am using python 3.7.7 and able to install a needed library, SALib, using the following command:
I have created an
installer.cfg
file forpynsist
that contains a requirement for this same version of pythonand have also included the relevant line for the package:
When I execute
I get the following error:
No errors are raised for any of the other 21 packages in the
pypi_wheels
list.Any clues about the cause? Is there anything in the query to the PyPI repository that is causing this?
Thanks.
Kind regards, Brad