aws / aws/sagemaker-scikit-learn-container
Can't install sagemaker library due to incompatibilities
- Dominant language
- Python
- Stars
- 188
- Forks
- 121
- PR merge metrics
- No merged PRs in 30d
Description
Trying to run ```pip install sagemaker``` as of v[v2.198.1](https://github.com/aws/sagemaker-python-sdk/releases/tag/v2.198.1) produces the following error:
```
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
sagemaker-sklearn-container 2.0 requires boto3==1.28.57, but you have boto3 1.34.32 which is incompatible.
sagemaker-sklearn-container 2.0 requires botocore<1.32.0,>=1.31.57, but you have botocore 1.34.32 which is incompatible.
```
As a workaround, going back to version ```sagemaker==2.197.0``` seems to work, but this disable some new features.
Contributor guide
Assessment
This issue has not been assessed yet.