Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
1344 Discussions

No module named 'pandas' when using pytorch

vkana3
Beginner
1,271 Views

Hi 

I just started with Intel Devcloud, and wanted to test basic image classification program with pytorch in juputer lab.

but, when I ran import pandas as pd , it is showing that there is no such module. As import torch is working .Screenshot.png

Can anyone please help me resolve this issue!!!?  

0 Kudos
1 Solution
JananiC_Intel
Moderator
1,271 Views

Hi,

Thanks for reaching out.

Try to install pandas with the below command in the jupyter notebook 

!pip install pandas --user

If the error persists then run the below two commands in jupyter notebook and share the screenshotsof it.

import sys
sys.executable

and

!which python

 

View solution in original post

3 Replies
JananiC_Intel
Moderator
1,272 Views

Hi,

Thanks for reaching out.

Try to install pandas with the below command in the jupyter notebook 

!pip install pandas --user

If the error persists then run the below two commands in jupyter notebook and share the screenshotsof it.

import sys
sys.executable

and

!which python

 

JananiC_Intel
Moderator
1,271 Views

Hi,

Could you please give us an update whether the issue got resolved?

JananiC_Intel
Moderator
1,271 Views

Hi,

We are closing this case by assuming that your issue got resolved. Please feel free to raise a new thread if you have any further issues.

Reply