-
Notifications
You must be signed in to change notification settings - Fork 866
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
pip install fails @ Python 3.11 & Darwin #946
Comments
Please provide more details on your system: arch, osx version, etc |
import platform
print(platform.python_version_tuple())
|
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'?) |
For some reason dependency is resolved to numpy==1.22.2 instead of numpy==1.26.3
The text was updated successfully, but these errors were encountered: