-
Notifications
You must be signed in to change notification settings - Fork 81
Newer release on pypi #178
Comments
I just ran into this same issue trying to troubleshoot for a friend; the install does indeed fail under Python 3.8. |
In accordance with issue #107, downgrading to 3.7 allowed us to install disco via the github branch. |
Is there any reason why The same goes for the other dependencies too ( |
- fixes b1naryth1ef#107 - fixes b1naryth1ef#170 - fixes b1naryth1ef#173 - fixes b1naryth1ef#178
Found the time to release 0.0.14 rc1 which is built off the latest master. If things look fine in a few days I'll cut a 0.0.14 as a final "maintenance mode" release. |
Hello,
I guess this is more or less a follow up on issue #170.
Installing disco-py from
pip
prove to be challenging. The version on pypi depends on an older version of gevent. This older version of gevent doesn't compile with python 3.8.So, it's pretty much uninstallable from the pypi repository on any system that adopted python 3.8 already.
The text was updated successfully, but these errors were encountered: