-
Notifications
You must be signed in to change notification settings - Fork 246
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
greenlet under Python 3.12 #374
Comments
Showstopper since pip nowadays require pyprojects.toml to work with |
Python 3.12 is supported in greenlet 3. There are no issues with any modern version of pip so the person suggesting that is very wrong. |
@salabim Is it possible that you have a package that's requiring an earlier version of greenlet? I just discovered that's the issue for our install, a package (playwright) requesting 2.0.2 version specifically, and then we get a wheel install error, shown below. I'm going to file an issue in playwright about it. Hopefully you can track down the issue in your requirements.
|
Solved. Greenlet did not work with Python 3.12.0a2, but it works properly under Python 3.12.0. |
Any update on this, I'm receiving the same error as pamelafox.
|
@AlexanderHott I see you have playwright there. Maybe this issue will help: microsoft/playwright-python#2564 |
I think I solved it by recreating my |
I am trying to run a greenlet program under Python 3.12, but it doesn't seem to work.
Any idea when greenlet will support Python 3.12?
The text was updated successfully, but these errors were encountered: