FileNotFoundError: [Errno 2] No such file or directory: '/home/ec2-user/anaconda3/envs/python3/lib/python3.10/site-packages/sagemaker/image_uri_config/xgboost.json' #3895
Unanswered
whoisusmanali
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why am I facing this issue when the code should work in the new Sagemaker?
container = image_uris.retrieve(framework='xgboost', region=boto3.Session().region_name, version='1.3-1')
I want to get the xgboost pre-trained to train the data but I got
FileNotFoundError: [Errno 2] No such file or directory: '/home/ec2-user/anaconda3/envs/python3/lib/python3.10/site-packages/sagemaker/image_uri_config/xgboost.json'
This issue.
Beta Was this translation helpful? Give feedback.
All reactions