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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南