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

Everytime i run pip to install dependencies i get OSError

JEYANTHKRI_N_Intel
505 Views

Try to follow the below instructions from the terminal.

To login to the compute node,

qsub -I

It is always recommended to create an environment to work on.

To create an environment,

conda create -n [ENV_NAME] -c intel python=3.6

Activate the environment,

source activate [ENV_NAME]

To install packages using pip,

pip install [PACKAGE_NAME] --user

0 Kudos
0 Replies
Reply