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

ImportError: No module named numpy

sarasajjad
Beginner
551 Views

i am trying to run a python file from my termminal om dev cloud but i get this error 

 

ImportError: No module named numpy

 

how do install numpy ?

0 Kudos
3 Replies
AthiraM_Intel
Moderator
517 Views

Hi,

 

Thank you for posting in Intel Communities.

 

You could install numpy via conda or pip. Please find the below commands to install numpy:

 

conda install numpy
pip install numpy

 

If this resolves your issue, make sure to accept this as a solution. This would help others with similar issue.

 

Thank you.

 

 

 

 

 

 

0 Kudos
AthiraM_Intel
Moderator
478 Views

Hi,


Could you please give us an update? Is your issue resolved?



Thanks


0 Kudos
AthiraM_Intel
Moderator
441 Views

Hi,


We assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.



Thanks


0 Kudos
Reply