Skip to content
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

I think no Bug - just a unexperienced elderly user... having Vers. 1.2.1 #416

Closed
JStefanRaspi opened this issue Jul 27, 2022 · 3 comments
Closed
Assignees
Labels

Comments

@JStefanRaspi
Copy link

Having no Luck to find a way to upgrade to 1.3.1 what pandas ask for. Pls let me know how to do...
All that on a RPI 4 / Bullseye / Python 3.9 /

"/home/pi/.local/lib/python3.9/site-packages/pandas/compat/_optional.py:161: UserWarning: Pandas requires version '1.3.1' or newer of 'bottleneck' (version '1.2.1' currently installed).
warnings.warn(msg, UserWarning)"

Thx a lot
Stefan

@JStefanRaspi
Copy link
Author

JStefanRaspi commented Jul 27, 2022

$ pip3 install bottleneck 1.3.1 no cache

Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: bottleneck in /usr/lib/python3/dist-packages (1.2.1)
ERROR: Could not find a version that satisfies the requirement 1.3.1
ERROR: No matching distribution found for 1.3.1

Where is my mistake?

@rdbisme
Copy link
Collaborator

rdbisme commented Jul 27, 2022

Try just to update to the latest version:
pip install -U bottleneck

Also I suggest to do this on a virtualenv (and not the system python as you are doing), to avoid disrupting your system environment.

python -m venv my_env
source my_env/bin/activate
python -m pip install bottleneck

try to use a single virtualev per project.

@JStefanRaspi
Copy link
Author

pip3 install -U bottleneck

did it.. works now without error. thank you sir
Stefan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants