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

pip install in oneapi sys pip command not found

alizadeh
Beginner
911 Views

pip install --user <package>

is not working in openapi devcloud terminal.

Ill be thankful u help me in this case

0 Kudos
7 Replies
Rahila_T_Intel
Moderator
883 Views

Hi,


Thanks for posting in Intel communities.


Could you please try to install the package using pip3 instead of pip.

pip3 install --user <package>


Please let us know if you are facing any issues.


Thanks


0 Kudos
alizadeh
Beginner
868 Views

thx for ur response

No, it hasnt solved!

0 Kudos
Rahila_T_Intel
Moderator
866 Views

Hi,


Could you please try installing the package after creating a conda environment.


Please follow the below steps:


1. Create a conda environment:

conda create -n env_name python=3.7

2. Activate the environment:

source activate env_name

3. Install the package:

pip3 install --user <package>



If the issue still persists please let us know.


Thanks


0 Kudos
alizadeh
Beginner
855 Views

Hi
it says

conda: command is not found

seems it has allergic to every command!

0 Kudos
Rahila_T_Intel
Moderator
841 Views

Hi,

 

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

 

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

 

Thanks

 

0 Kudos
Rahila_T_Intel
Moderator
796 Views

Hi,


We have not heard back from you. Could you please give an update?


Thanks


0 Kudos
Rahila_T_Intel
Moderator
735 Views

Hi,

 

We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.


Thanks


0 Kudos
Reply