Closed
Description
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:
Solution was indeed removing the enum34 package. I think the python_version constraint is incorrectly specified in setup.py?
Metadata
Metadata
Assignees
Labels
No labels