You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip.conf configures pip, so it's expected that it doesn't affect pynsist.
However, I don't think there's currently any way to control which servers it fetches packages from, so I'll consider this a feature request.
In the meantime, you could download the wheels another way (e.g. pip wheel), and then use the extra_wheel_sources or local_wheels options to use them with Pynsist. Docs
I configured the index-url of pip in my %HOME%/pip/pip.conf with the following contents.
And I also checked the configurations.
But when I run
pynsist installer.cfg
, it did not download the packages from theindex-url
I specified. So the download speed was extreme slow.The text was updated successfully, but these errors were encountered: