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
Gevent 20.12.0 give error: OverflowError: Python int too large to convert to C long #1733
Comments
Is this related to 32bit vs 64bit OS? |
This is due to |
Is there something I can do/test to get more info? |
Thank you, no. The problem is clear. |
Fix released in 20.12.1. |
Nice, that was fast. It is working. Thanks |
Description:
Upgrading from gevent 20.9.0 to 20.12.0 with pip install -U command will break my python software. It will give the following error when we monkey patch python. This is on a Raspberry PI 4:
OverflowError: Python int too large to convert to C long
On a Raspberry Pi 3 there is no overflow error, but the camera is not working. When I try to grab an frame(image) from the Raspberry PI camera, it times out with a general message that the camera was not able to. Sorry no error message from it.
What I've run:
In just a python console:
I would just expect that an upgrade will not break my code. Also, when just running monkey.patch_all() it will break already. Should not be happening.
The text was updated successfully, but these errors were encountered: