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

Could not install packages due to an EnvironmentError

NikhilaH_Intel
Moderator
2,624 Views

Could not install packages due to an EnvironmentError: [Errno 30] Read-only file system: '/glob/intel-python/versions/2019u3/intelpython3/bin/pip'

Why I am getting this error while installing python packages

Answer:

1) conda create –n env_name  

2) conda activate env_name 

3) pip install --user package_name

 

0 Kudos
0 Replies
Reply