-
Notifications
You must be signed in to change notification settings - Fork 104
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
[BUG] Version 1.4.1 fails to build with Python 3.8 #461
Comments
Hello, I've decided to deprecate Python 3.7 and 3.8: c1f9529 Reason being If someone can contribute a fix, happy to merge it. This is the error I was getting:
and there's a reference link in the issue. The easiest for you would be to upgrade to Python 3.9+ |
Sure, that's all fine, but then Bottleneck should have been marked to be requiring Python 3.9+ for versions >1.4.0, no? That way pip will keep installing the working (older) versions on platforms with Python 3.8, instead of trying to build the versions that won't build. |
Awesome, thank you very much! :) |
Describe the bug
I'm seeing the following error when installing Bottleneck as part of a
pandas[performance]
install:To Reproduce
Try executing
pip install pandas[performance]~=2.0
with a system running with Python 3.8. If you pin Bottleneck asBottleneck==1.4.0
, then it installs properly.Expected behavior
Bottleneck should either install, or pip should pick a version of Bottleneck that installs.
The text was updated successfully, but these errors were encountered: