-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Install error on Python 3.13 aarch64 due to Pendulum #517
Comments
🤔 I don't get why is trying to compile anything whereas all the dependencies already have wheels for 3.13.. |
Probably due to the arch, I'm on mac m1 (arm based) |
Arm64 wheels are published both for Macos and Linux though.. |
any idea on how to debug this ? |
@waghanza tried locally, seems an issue with pendulum. I suggest to open up an issue in the relevant repository https://github.com/sdispater/pendulum You can see it yourself trying to install |
Seems that pendulum does not support 3.13 yet, python-pendulum/pendulum#844 |
Hi @gi0baro ,
I have an error with python 3.13
I use the following dockerfile
The codebase is https://github.com/the-benchmarker/web-frameworks/blob/master/python/emmett/server.py
this is working fine with 3.12
any idea ?
Regards,
The text was updated successfully, but these errors were encountered: