- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 .
Can anyone please help me resolve this issue!!!?
- Tags:
- General Support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Could you please give us an update whether the issue got resolved?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page