-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading pyinstaller #2851
Upgrading pyinstaller #2851
Conversation
Does this not affect windows as well? (See Julius' comment in #2846). What about release 6.0? Does it not need t be downgraded as well? |
As suggested by @andyfaff in #2846, this is apparently as PyInstaller issue (see stack overflow discussion started 8 days ago) more than a scipy issue and should be fixed by upgrading to PyInstaller 6.6.0. As reported in the PyInstaller 6.6.0 Changelog published Friday:
Suggest we do not revert scipy but instead upgrade PyInstaller. This should be done Post Haste as it affects ALL builds (window and mac, release and main) |
Ok, indeed it seems that pyinstaller version with the fix was released 3 days ago. I noticed that we have quite discrepancy between main and release_6.0.0 For release 6.0.0
while main installs |
It seems to be solving the issue with MAC |
Closing as won't be able to resolve Windows at the minute |
Description
It seems that we need to use earlier version scipy (1.12), to make MAC installer working.
As always in such case, the fix should be removed once proper bug fix from scipy is provided.
Addressing #2846