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
setup.py will install gevent if stackless is not imported *and* we're using Python2.
It was too difficult to install gevent from source as part of setup.py,
so we just warn instead.
Adjusted tox to reflect the less need for explicit dependencies.
Address #32, which is fallout from #31
See #31
This is failing for Python3 because gevent must be installed from github.
The text was updated successfully, but these errors were encountered: