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

Uninstall enum34 #28563

Merged
merged 1 commit into from
Sep 28, 2020
Merged

Uninstall enum34 #28563

merged 1 commit into from
Sep 28, 2020

Commits on Sep 28, 2020

  1. Uninstall enum34

    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
    millerdev committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    d91443d View commit details
    Browse the repository at this point in the history