- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.2k
Closed
Labels
status: pending releaseThe fix have been merged but not yet released to PyPIThe fix have been merged but not yet released to PyPItype: bug
Milestone
Description
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
Labels
status: pending releaseThe fix have been merged but not yet released to PyPIThe fix have been merged but not yet released to PyPItype: bug