79486700

Date: 2025-03-05 13:58:38
Score: 1.5
Natty:
Report link

Found the answer to the issue.

"pip install sentence_transformers" is installing the package to "/anaconda/envs/azureml_py38/lib/python3.9/site-packages"

Open a terminal on your VM and go to "/anaconda/envs/azureml_py38/lib$" Try to find what are the different python packages present under the library by using cd python3.1 and press tab.

(azureml_py38) azureuser@<>-compute:/anaconda/envs/azureml_py38/lib$ cd python3.1 python3.1/ python3.1.c~/ python3.10/

azureml_py38 already has python 3.10 & everything is getting installed to the python3.10 under azureml_py38 kernel instead of azureml_py310_sdkv2 kernel.

Temporary solution till Microsoft fixes it:

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Shishir Dash