Intel® Tiber Developer Cloud
Help connecting to or getting started on Intel® Tiber Developer Cloud
314 Discussions

Unable to create a virtual environment in Jupyter Hub?

atomo
Beginner
1,204 Views

In the context of practicing ComfyUI on Jupyter Hub, an error was encountered when attempting to create a new virtual environment using the conda command.

As shown below:

atomo_0-1721639950408.png

atomo_0-1721640271505.png

 

Labels (2)
0 Kudos
4 Replies
Sarven_Intel
Moderator
1,158 Views

Hi atomo,


Thank you for contacting Intel® Customer Support. We have sent you a personal email requesting some details.


Meanwhile, please use the "conda config --show channels" and "conda config --show-sources" command lines and attach a screenshot of the output.


Regards,

Sarven


 


0 Kudos
atomo
Beginner
1,137 Views

Thank you for your assistance. Following your instructions, the following steps have been carried out:

atomo_0-1721696912701.png

 

0 Kudos
Sarven_Intel
Moderator
1,088 Views

Hi atomo,


IDC instance's access to "intel" channel is blocked. Therefore, please follow the steps below in order to install the packages into the conda environment.


  1. conda create -n comfy -c conda-forge --override-channels
  2. conda activate comfy
  3. pip install torch==2.1.0.post2 torchvision==0.16.0.post2 torchaudio==2.1.0.post2 intel-extension-for-pytorch==2.1.30.post0 oneccl_bind_pt==2.1.300+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/


Regards,

Sarven


0 Kudos
Sarven_Intel
Moderator
1,004 Views

Hi atomo,


Thank you for your question. This thread will no longer be monitored since we have provided a suggestion. If you need any additional information from Intel, please submit a new question.


Regards,

Sarven


0 Kudos
Reply