-
Notifications
You must be signed in to change notification settings - Fork 106
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 installation is failing #589
Comments
its only happening on python 3.12 I think. I just got pip installation is working on 3.11. Perhaps theres some way to preempt with a nicer warning message? |
Note that 2.17.1 is from October. All subsequent versions explicitly require Python <3.12. I don't see any way to fix this unless we somehow modify all previous packages on PyPI to add this constraint, but that would alter the checksums. I think the best way forward is:
We release frequently enough that I believe 2. is viable. |
I opened #590 to track version bounds. |
Description
Getting this on both OSX and ubuntu 22.04
The text was updated successfully, but these errors were encountered: