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?

已提问 1 年前305 查看次数
1 回答
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
支持工程师
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则