- Notifications
You must be signed in to change notification settings - Fork902
FIX pip install fails @ Python 3.11 & Darwin#947
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
jfracon commentedApr 22, 2024
Is there any update on this? I think@ananich commit will solve the issue and also allow working with Python 3.12. Numpy 1.22.2 is not compatible with Python 3.12 due to the deprecation and removal of imp ( AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?) |
jfracon left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This change will allow working with Python 3.12. This is now not possible due to the deprecation and removal of the imp module which is used by Numpy versions below 1.26.0
ashlndr commentedMay 15, 2024
I have the same issue on MacOS 10.15.7 and Python 3.12.2. Is there any chance that this fix will be merged? |
RankoR commentedMay 19, 2024
I guess you would also need to upgrade
At least for me upgrading only numpy didn't work. |
Fixes#946