How to fix Hosttool Job Error file path is not set error in Azureml?
Jaliya Amarasinghe Arachchige
0
Reputation points
When submitting the scripts to Azure ml I'm getting the following error. I'm not using coda environment in my local compute and set myenv.python.user_managed_dependencies = True when runnning.
[2024-01-11T01:37:32.917335] The experiment failed. Finalizing run...
[2024-01-11T01:37:32.917335] Start FinalizingInRunHistory
[2024-01-11T01:37:32.921326] Logging experiment finalizing status in history service.
Starting the daemon thread to refresh tokens in background for process with pid = 3424
[2024-01-11T01:37:33.145944]Hosttool Job Error file path is not set
Starting the daemon thread to refresh tokens in background for process with pid = 3424
Traceback (most recent call last):
File "180Run.py", line 1, in <module>
from azureml.core import Workspace, Datastore, Dataset
ModuleNotFoundError: No module named 'azureml'
Sign in to answer