-
Notifications
You must be signed in to change notification settings - Fork 22
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
Package cannot be installed with Python 3.11 #176
Comments
Hi @jpattee, thank you for your interest in using PecanPy! Sorry about the late response. I have not tested the compatibility with Python 3.11 yet. My impression is that the core packages such as Numpy and Numba do not support Python 3.11 just yet. For now, you might have to use a slightly older version of Python, say Python 3.10, to run PecanPy. I will test the compatibility these two days and keep you posted on that. |
There are currently two sources of incompatibility with Python 3.11:
Since Python 3.11 support for numba has been included in their v0.57RC milestone, we can expect this to be done pretty soon! By then, I will do further testing with Python 3.11. |
Are you referring to Numpy, or another package? It's been entirely possible to install numpy on 3.11 using pip for some time now, both on Windows and *nix architecture. Not looking to nitpick, just seeking clarity for what I should be keeping an eye upon. |
Thanks for the catch @sxwebster! Indeed, I meant |
Awesome, thanks! |
When attempting to install via 'pip install pecanpy' on a mac, I receive the following error: " RuntimeError: Cannot install on Python version 3.11.0; only versions >=3.7,<3.11 are supported." Will this package be made compatible with Python 3.11, or should I revert to an older version?
The text was updated successfully, but these errors were encountered: