Azure ML notebook kernel changes but not really

Vitor Jeronymo 1 Reputation point
2021-10-09T15:20:08.087+00:00

Hi, I'm starting to use the ML notebooks in Azure and I'm facing the following issue:
I create a new conda env and enable it via ipykernel, following the documentation1, and install the Pyserini library.
On a notebook, I am able to import the library no problem with import pyserini, but when I try !python -m pyserini.index, it throws me the following error:

Exception: No matching jar file found in /anaconda/envs/azureml_py36/lib/python3.6/site-packages/pyserini/resources/jars  

Even though I'm not using the AzureML3.6 env
139074-image.png

My workaround so far has been installing the same library on AzureML3.6, but in the end, it has some incompatibilities with Python 3.6

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,564 questions
{count} votes