aws-samples / sagemaker-run-notebook

Tools to run Jupyter notebooks as jobs in Amazon SageMaker - ad hoc, on a schedule, or in response to events
Apache License 2.0
142 stars 69 forks source link

run-notebook command not found after install sagemaker-run-notebook #59

Closed DorisDoris01 closed 2 years ago

DorisDoris01 commented 2 years ago

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

$ run-notebook create-infrastructure
-bash: run-notebook: command not found

Appreciate any comments. Thanks!

DorisDoris01 commented 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...

DorisDoris01 commented 2 years ago

Close as solved!

jzilly commented 1 year ago

What helped me was to remove "--user" from the pip install command. Did anyone have a similar experience?