You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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
The text was updated successfully, but these errors were encountered: