Skip to content

enum34 dependency installed on python 3.6 #148

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

Closed
Korijn opened this issue Feb 13, 2018 · 1 comment
Closed

enum34 dependency installed on python 3.6 #148

Korijn opened this issue Feb 13, 2018 · 1 comment

Comments

@Korijn
Copy link

Korijn commented Feb 13, 2018

It's weird, but I think there's a bug in setup.py. I installed flake8-import-order in a python 3.6 environment with pip, and the enum34 dependency came along. This subsequently broke my pyinstaller script, with the following error:

https://stackoverflow.com/questions/43124775/why-python-3-6-1-throws-attributeerror-module-enum-has-no-attribute-intflag

Solution was indeed removing the enum34 package. I think the python_version constraint is incorrectly specified in setup.py?

@Korijn
Copy link
Author

Korijn commented Feb 13, 2018

Nevermind, it was installed by something else.

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

1 participant