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

DC to EDGE course installation instructions

Ibrahim__Aya
Beginner
1,548 Views

Hi all,

I got access to DevCloud to do the coursework of DC to EDGE course. I connected via Jupyter and from home, I opened a new terminal in my browser.

import cv2 didn't work until I swapped steps 1 and 3. I also had to create the conda environment in a compute node to avoid exceeding resource limit on the login node. 


Following the installation instructions in the course, I did the following:

(base) uxxxxxxxx@s001-n117:~$conda update conda

>> "EnvironmentNotWritableError: The current user does not have write permissions to the target environment."

(base) uxxxxxxxx@s001-n117:~$conda env create -f DC\ to\ Edge\ Course/Notebooks/environment.yml

(base) uxxxxxxxx@s001-n117:~$ conda activate tf_training
(tf_training) uxxxxxxx@s001-n117:~$ conda update conda

PackageNotInstalledError: Package is not installed in prefix.
  prefix: /home/u36948/.conda/envs/tf_training
  package name: conda

 

0 Kudos
4 Replies
JEYANTHKRI_N_Intel
1,548 Views

Hi ,

Thanks for reaching out to us.

"conda update conda" is not mandatory step. 

Could you please let us know , are you able to run jupyter notebook without error ?

0 Kudos
JEYANTHKRI_N_Intel
1,548 Views

Hi,

Could you please let us know whether the issue is resolved now? 

0 Kudos
Ibrahim__Aya
Beginner
1,548 Views

yes, it is already running after doing the conda update as a last step. However, if this update is not done, I am not able to run the Notebook. So, I think it is not optional

0 Kudos
JEYANTHKRI_N_Intel
1,548 Views

Hi,

Thanks for the confirmation,we are closing this case.

0 Kudos
Reply