Natasha

Results 8 comments of Natasha

What helped me (using a venv) was: `pipenv run python labelImg.py` . If you dont include "run", pipenv will not recognise python to execute the script.

Adding to the thread. For the same notebook it would be good if you added the following line of code to cell 7. When executing the notebook, people will run...

Another issue: When trying to train specifying the remote location of the files in the workspace datastore, the following error occurs: `Error: Input request is invalid` . The tutorial, as...

Issue was resolved in the meantime with the release of mltable: [Create Data Assets - Azure Machine Learning | Microsoft Learn](https://learn.microsoft.com/en-us/azure/machine-learning/how-to-create-data-assets?tabs=Python-SDK). Please refer to the following documentation to access data...

@nepalprabin provided the answer. Created the index in the UI and it worked.

Facing same issue with MLFlow: https://mlflow.org/docs/latest/python_api/mlflow.shap.html#mlflow.shap.log_explainer . I cannot automate the shap explainer pipeline with MLFlow :(

@jiasli I have the same issue but when running `cat ~/.azure/msal_token_cache.json` (other thread, similar bug [20853](https://github.com/Azure/azure-cli/issues/20853)) the file is not empty. The login fails when doing `az login --identity`

What solved the problem for me was to restart the compute instance and log in via `az login`.