Support code for building and running Amazon SageMaker compatible Docker containers based on the open source framework Scikit-learn (http://scikit-learn.org/stable/)
Apache License 2.0
171
stars
110
forks
source link
cant use pandas > 2.0 in sagemaker sklearn container #203
sagemaker-sklearn-container 2.0 requires pandas==1.1.3, but you have pandas 2.0.3 which is incompatible.
r30gzca4ko-algo-1-lrcs1 | sagemaker-sklearn-container 2.0 requires python-dateutil==2.8.1, but you have python-dateutil 2.9.0.post0 which is incompatible.
when I use a requirements file as follows:
catboost
pandas>=2.0
Note this does not block sagemaker endpoint deployment but affects local mode deployment and testing which is weird.
sagemaker-sklearn-container 2.0 requires pandas==1.1.3, but you have pandas 2.0.3 which is incompatible. r30gzca4ko-algo-1-lrcs1 | sagemaker-sklearn-container 2.0 requires python-dateutil==2.8.1, but you have python-dateutil 2.9.0.post0 which is incompatible.
when I use a requirements file as follows: catboost pandas>=2.0
Note this does not block sagemaker endpoint deployment but affects local mode deployment and testing which is weird.