-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
QST: Unable to install the pandas into the linux environment (Raspberry Pi 4) #41581
Comments
I saw that you're running python3.9 Acording to this issue https://stackoverflow.com/questions/64038673/could-not-build-wheels-for-which-use-pep-517-and-cannot-be-installed-directly there are libraries that have problems with ARM-based architectures Try any of the solutions in the question |
Running Raspberry Pi OS based on Debian Bullseye ARM64 seems to resolve this issue. In order to install pandas from the Debian repository, run If you need a more recent pandas version you may switch the repository to unstable. pd.show_versions() INSTALLED VERSIONScommit : b5958ee pandas : 1.1.5 |
Seems like this is an issue with an unsupported version of pandas now so closing. We can reopen if this is happening with a newer version of pandas |
Hey, I am using the linux environment on the raspberry pi 4 device and trying to install the pandas. I had ran almost these following commands one by one but none of them worked for me.
Command 1:
sudo apt-get install python-pandas
Command 2:
python -m pip install pandas --upgrade
Command-3:
sudo pip3 install pandas
It always throw the error and I am getting this following error https://gist.github.com/jaskiratsingh2000/a05789458a2cca2594cb947e414cd4d1
Please help me out in this. Thanks!
The text was updated successfully, but these errors were encountered: