Skip to content

Can not use Minepy package eventhough installed successfully in terminal

0

Hi there, I am a newbie to sagemaker, I want to use Minepy package in notebook, I installed successfully in terminal but when I am back to the notebook it still appear this error message " ModuleNotFoundError: No module named 'minepy'" I do not know what wrong with my terminal?

asked 3 years ago527 views
1 Answer
0

Hello,

Thank you for using AWS SageMaker.

To install external packages on the Notebook that you wish to use you need to install the packages directly on the notebook itself using below command. Terminal that you use is not the image terminal for the kernel you are using. You can execute any shell command on notebook by appending '!' as shown below. command !pip install <package>

Hope it helps!!!

https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-add-external.html

AWS
SUPPORT ENGINEER
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.