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

Can't install pakages in intel devcloud

MohammadHaddy
Beginner
1,458 Views

I cant install packages like matplotlib and seaborn as 

 

When I write !pip3 install seaborn --user then :

ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv.

 

When I write !conda create --name ml_project then:

/bin/bash: conda: command not found

 

0 Kudos
5 Replies
VaradJ_Intel
Employee
1,437 Views

Hi,

 

Good day to you.

 

Thanks for posting in Intel Communities.

 

You can resolve the issue by activating the oneAPI environment before installing the package or creating the conda environment.

 

Please find the below command to activate the oneAPI environment:

 

source /opt/intel/inteloneapi/setvars.sh --force

 

Please make sure that the python used is "/glob/development-tools/versions/oneapi/<version>/oneapi/intelpython/latest/bin/python" using below command:

 

which python

 

If the issue still persists please let us know.

 

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

 

Thank you!

 

0 Kudos
MohammadHaddy
Beginner
1,427 Views

Firstly there is no folder named inteloneapi in /opt/intel/

 

 

MohammadHaddy_0-1668269313001.png

 

 

and the second thing is that when i am writing which python, it's showing /usr/bin/python

 

MohammadHaddy_1-1668269457361.png

 

0 Kudos
mkopchenov
Beginner
1,408 Views
0 Kudos
Hari_B_Intel
Moderator
1,389 Views

Hi MohammadHaddy,


I would like to confirm if you are using Intel DevCloud for the edge.


For your information, Intel DevCloud for the edge is designed to run an Inference application on Jupyter Notebook and submit jobs for different hardware to see the performance and extract data.


Unfortunately, the current Intel DevCloud for the edge still restricts the usual to install other software into the Intel DevCloud for theedge.


Hope this information help.



Thank you


0 Kudos
Hari_B_Intel
Moderator
1,348 Views

MohammadHaddy,


This thread will no longer be monitored since we have provided a solution. Please submit a new question if you need any additional information from Intel.


0 Kudos
Reply