I started the the sagemaker-notebook:python3-pytorch-p36
in the notebook and use the kernel conda_pytorch_p36,
when I try to do import sagemaker, I get error:
ModuleNotFoundError: No module named 'sagemaker'
I tried to install sagemaker-python-sdk, but run into error:
Solving environment: failed
InvalidVersionSpecError: Invalid version spec: =2.7
Can someone give some suggestion how O can make it work? Thanks in advance
I started the the sagemaker-notebook:python3-pytorch-p36
in the notebook and use the kernel conda_pytorch_p36,
when I try to do import sagemaker, I get error:
I tried to install sagemaker-python-sdk, but run into error:
Can someone give some suggestion how O can make it work? Thanks in advance