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

Toil cannot install on Setuptools 46 with the mesos extra #3006

Closed
adamnovak opened this issue Mar 11, 2020 · 1 comment
Closed

Toil cannot install on Setuptools 46 with the mesos extra #3006

adamnovak opened this issue Mar 11, 2020 · 1 comment
Assignees

Comments

@adamnovak
Copy link
Member

adamnovak commented Mar 11, 2020

Because of the unmaintained pymesos -> http-parser dependency chain, as noticed in #3005 (comment), we can't install with the mesos extra now that Setuptools 46 has released with pypa/setuptools#65 which removes a deprecated component that the http-parser setup.py uses.

We need to either force setuptools <46, or fix http-parser and pymesos properly. Since they're also holding us back on support for newer Python versions, we probably need to do the second one.

┆Issue is synchronized with this Jira Task
┆Issue Number: TOIL-525

@adamnovak
Copy link
Member Author

I think we fixed this both ways.

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

No branches or pull requests

2 participants