Skip to content
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 installs incompatible greenlets version #297

Closed
MJJoyce opened this issue Oct 1, 2020 · 0 comments · Fixed by #298
Closed

Gevent installs incompatible greenlets version #297

MJJoyce opened this issue Oct 1, 2020 · 0 comments · Fixed by #298

Comments

@MJJoyce
Copy link
Member

MJJoyce commented Oct 1, 2020

Credit to @nttoole for tracking this down.

Our Core and DSN builds started breaking out of the blue ~9 days ago. I didn't see anything that really jumped out when digging through the build logs beyond a hint that gevent.greenlet size changed and that might indicate a binary incompatibility.

It seems like greenlets pushed 0.4.17 9 days ago and this had some backwards incompatible changes. Judging from this gevent issue they don't pin to a specific greenlets version in their releases. Should be able to fix this by pinning to greenlets==0.4.16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant