Closed ghost closed 4 years ago
Another thing that would we could do in this PR is to unpin awscli, but i'll let you decide on whether you want that in scope
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository
Seems like pinning awscli to the older version caused a version incompatibility for boto3 with botocore.
pkg_resources.ContextualVersionConflict: (botocore 1.14.1 (/usr/local/lib/python3.6/site-packages), Requirement.parse('botocore<1.15.0,>=1.14.7'), {'boto3'})
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository
Issue #, if available: The aws-mxnet pip wheels hosted at aws-mxnet-pypi/1.6.0 cannot be installed using pip version 20.0.1
Error message:
Description of changes: This issues requires the pip version to be downgraded and pinned to 19.3.1
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.