-
-
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
ERROR: Failed building wheel for pendulum #457
Comments
I am also facing the same issue with following error and environment.
|
@Srizbi84 one quick way to solve is , use forced previous version which is not using PEP517 req, try to use |
@jinesh90 Thanks for the suggestion. I tried it, but I still get an error.
|
I went back even further in the pendulum release history, and found that it works with pendulum 2.0.3. Command:
Output:
I then installed Twitch IRC. Command:
Output:
|
Hi everybody, |
See #454. I'm guessing you have 32-bit python thus not getting the pendulum wheels (only built for win_amd64 |
Or even on 32-bit... #456 |
There's no manylinux wheel for Python 2.7, only for macOS and Windows. I'm quite sure it existed before though 🤔 |
I'm also being affected by this. My solution was to use older wheels, but it's not a great solution. Some other modules (requests) that depend on this are also breaking because of it. |
Same issue happens for an arm based computer |
Also seeing this with Python Alpine:
|
Up. Pendulum has been migrated from Travis CI to Github Actions, many scripts changed: I think the trouble in .github/workflows/release.yml. @sdispater can you check please? |
hi guys any update here ? |
Thank you, solved my problem. |
probably related to python-pendulum/pendulum#457 pendulum is shipping wheels for py3.8 with the binary tag wrong, which is breaking install on Windows. Might just go back to using Arrow instead of Pendulum, but for now move to an old version of Pendulum, I guess.
I just got this error with 2.1.1, but it works fine with 2.1.0. Not sure what's going on. |
Just hit this with pendulum 2.1.1 on mac 10.13 |
Same with MacOS 10.14.6. |
All changes: - Pendulum 2.1.x doesn't appear to build on raspberry pi, so downgraded to 2.0.5. See also python-pendulum/pendulum#457 - Added restart: always to docker-compose.yml.
I had to revert to 2.1.0 the build suddently stopped working today ! For unknown reason, I was using 2.1.2 since a few weeks, but on builds today (nothing change in my pipenv's lockfiles) the build failed on mac !! |
I had problem yesterday too but today everything is ok again. |
any idea who is the culprit ? |
I was able to fix this problem for python-hyperscan by adding "setuptools" to (I found this thread while debugging that issue -- dropping this note here in case it helps.) |
Happening again with python 3.12.0 and poetry 1.7.1
|
Issue
Python: Python 3.8.2
PIP: pip 20.0.2
I am encountering an error installing Python Twitch IRC:
pip install python-twitch-irc
Full error message:
Projects are up-to-date:
Command:
python -m pip install --upgrade pip setuptools wheel
Output:
The text was updated successfully, but these errors were encountered: