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

The enum34 module is not compatible with python3.6 #175

Closed
koning opened this issue Mar 14, 2019 · 2 comments
Closed

The enum34 module is not compatible with python3.6 #175

koning opened this issue Mar 14, 2019 · 2 comments
Assignees

Comments

@koning
Copy link
Member

koning commented Mar 14, 2019

The enum34 is a backport of the enum in python3.4 and should be limited to python versions less than python3.4. In python3.6 installation of enum34 will cause an exception:
AttributeError: module 'enum' has no attribute 'IntFlag'

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

@FrankD412 FrankD412 self-assigned this Mar 16, 2019
@FrankD412 FrankD412 added this to the Release v1.1.4 milestone Mar 16, 2019
@FrankD412
Copy link
Member

@koning -- I've made enum34 conditionally installed based on Python version, do you mind testing this to make sure it solves the issues you ran into?

@FrankD412
Copy link
Member

Fixed by #176

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants