Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud

No module named 'pandas' when using pytorch

vkana3
Beginner
2,046 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
2,046 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

0 Kudos
3 Replies
JananiC_Intel
Moderator
2,047 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

 

0 Kudos
JananiC_Intel
Moderator
2,046 Views

Hi,

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

0 Kudos
JananiC_Intel
Moderator
2,046 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.

0 Kudos
Reply