-
Notifications
You must be signed in to change notification settings - Fork 103
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
Meinheld 1.0.2 is incompatible with greenlet 1.0 #122
Comments
created pull request: |
Hello, |
The easiest workaround seems to be to install # python:3.10
pip install "greenlet>=0.4.5,<2.0.0"
pip install --no-dependencies meinheld Edit 1: Never mind, that results in a
Edit 2: pip3 install git+https://github.com/idot/meinheld.git@2bfe452d6608c92688d92337c87b1dd6448f4ccb |
A
pip install
of SQLAlchemy 1.4 causes greenlet 1.0 to be installed. As a result, we started getting the error below during Meinheld startup. We were able to avoid the problem in the short term by pinning SQLAlchemy to 1.3.x. It would be good if Meinheld supported later versions of greenlet. This will allow us to upgrade SQLAlchemy in the future.The text was updated successfully, but these errors were encountered: