You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run --rm -it python:3.12 bash
# within docker
pip install pheweb
This fails during install of greenlit (via gevent) with a similar error to this bug
Removing the pinned version of gevent~=21.1 and installing a later gevent fixes this (but I haven't yet tested if this causes any issues downstream, nor which versions exactly of gevent work)
The text was updated successfully, but these errors were encountered:
Reproduce via:
This fails during install of
greenlit
(viagevent
) with a similar error to this bugRemoving the pinned version of
gevent~=21.1
and installing a latergevent
fixes this (but I haven't yet tested if this causes any issues downstream, nor which versions exactly of gevent work)The text was updated successfully, but these errors were encountered: