-
-
Notifications
You must be signed in to change notification settings - Fork 384
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 install pendulum fails on raspbery pi 4 (arm7) #504
Comments
I also encountered this problem.
My current installation workaround.
|
This workaround is not working for me. ~# python3 -m pip install pendulum --upgrade
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-b7gqf5ij/pendulum/ |
OK. Had to upgrade my pip3 and could then manually download the whl file and performed the upgrade. |
I have just had this on a RPi Zero. (OS and not RPi4 related then...) :
I also got around this with : It appears that the file downloaded for v2.1.2 - Regards, Ian |
Setting up a clean install on a RPI 0 based on 2021-01-11-raspios-buster-armhf-lite.zip. Ran into this issue running |
For me |
Also had this issue on a Raspberry pi 3b+ running 5.10.17-v7+ The 2.1.2 build was failing so I specified 2.1.1. in my requirements.txt and the pi installed it just fine. Seems like an issue with the setup.py file for this version. Not sure what about the issue is specific to the pi OS. 2.1.2
2.1.1
|
Same here. 2.1.1 was successfully installed while 2.1.2 gave the same errors as people higher in the thread was having |
It seems like this is also showing up on the Apple M1 computers since that's also ARM-based. The |
Installation still fails on a raspberry pi:
|
@sdispater Could you please fix the setup issues? |
I am trying to install HABApp rn too. The workarround works for me but the version is fixed so it tries to install a broken version. |
What do you mean? |
Issue
Can't install it on raspbery pi 4.
The text was updated successfully, but these errors were encountered: