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

Incorrect enum34 dependency #17

Closed
jogo opened this issue Mar 23, 2020 · 0 comments · Fixed by #18
Closed

Incorrect enum34 dependency #17

jogo opened this issue Mar 23, 2020 · 0 comments · Fixed by #18

Comments

@jogo
Copy link

jogo commented Mar 23, 2020

https://pypi.org/project/enum34/ is not needed on python 3.4 or greater, and installing it on Python 3.7 can cause all kinds of issues such as python-poetry/poetry#1122

This can be fixed by using environment markers using https://www.python.org/dev/peps/pep-0508/

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