Closed DorisDoris01 closed 2 years ago
I am able to find the path where the package is in and the package is there. But still cannot run the command...
Close as solved!
What helped me was to remove "--user" from the pip install command. Did anyone have a similar experience?
Hi all,
I successfully installed sagemaker-run-notebook using the below command
$ pip3 install https://github.com/aws-samples/sagemaker-run-notebook/releases/download/v0.19.0/sagemaker_run_notebook-0.19.0.tar.gz --user
but I failed to run the command
Appreciate any comments. Thanks!