Skip to content

Commit

Permalink
Uninstall enum34
Browse files Browse the repository at this point in the history
This is a holdover from long since passed Python 2.7 days. It probably should have been removed long ago. `enum34` is a backport of the stdlib enum module for Python versions < 3.4, so we no longer need it since we require 3.6.

Error seen attempting to `pip install psycogreen==1.0.2` when enum34 is installed:

AttributeError: module 'enum' has no attribute 'IntFlag'

Relevant links:
https://stackoverflow.com/q/43124775/10840
pypa/pip#8214
  • Loading branch information
millerdev committed Sep 28, 2020
1 parent 6e47cb3 commit d91443d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/uninstall-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ subprocess32
eventlet
contextlib2
redis-py-cluster
enum34

0 comments on commit d91443d

Please sign in to comment.