Skip to content

Upgraded pip fails to install packages with enum34 #1469

@ehsanmok

Description

@ehsanmok

Describe the bug
Upgraded pip to the v20.1 fails to install GluonTS. Need to remove enum34 from conda envs.

To reproduce

python -m pip install --upgrade -q pip
python -m pip install -q git+https://github.com/awslabs/gluon-ts@master 

Screenshots or logs

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

System information
A description of your system. Please provide:

  • SageMaker Python SDK version: 1.56.1
  • Framework name (eg. PyTorch) or algorithm (eg. KMeans): MXNet but should affect all conda env
  • Framework version: 1.6.0
  • Python version: py36
  • Custom Docker image (Y/N): N

Additional context

Related to #1428

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions