理由は不明ですが、ジョブを実行すると失敗で終了するようになりました。
設定としては、「自動ML」で、タスクは「時系列の予測」としております。
ジョブを以前の通り正常終了するための方法をご教示頂けないでしょうか。
【ジョブのエラーログ】
Execution failed. User process 'python' exited with status code 1.
Please check log file 'user_logs/std_log.txt' for error details. Error: Traceback (most recent call last):
File "setup_xxx0000001.py", line 26, in <module>
from azureml.train.automl import fit_pipeline
ImportError: cannot import name 'fit_pipeline' from 'azureml.train.automl' (/azureml-envs/azureml-automl/lib/python3.9/site-packages/azureml/train/automl/init.py)
【std_log.txtの内容】
Importing plotly failed. Interactive plots will not work.
2025-09-09:05:55:04,776 WARNING [_remote_script.py:17] Encountered exception when importing one or more remote wrappers.
v2 driver import failed with exception: cannot import name 'setup_wrapper' from 'azureml.train.automl._remote_script'
(/azureml-envs/azureml-automl/lib/python3.9/site-packages/azureml/train/automl/_remote_script.py). Falling back to v1 driver.
Traceback (most recent call last):
File "setup_xxx0000001.py", line 11, in <module>
from azureml.train.automl._remote_script import setup_wrapper
ImportError: cannot import name 'setup_wrapper' from 'azureml.train.automl._remote_script'
(/azureml-envs/azureml-automl/lib/python3.9/site-packages/azureml/train/automl/_remote_script.py)
Cleaning up all outstanding Run operations, waiting 300.0 seconds
1 items cleaning up...
Cleanup took 0.06326103210449219 seconds
Traceback (most recent call last):
File "setup_xxx0000001.py", line 11, in <module>
from azureml.train.automl._remote_script import setup_wrapper
ImportError: cannot import name 'setup_wrapper' from 'azureml.train.automl._remote_script'
(/azureml-envs/azureml-automl/lib/python3.9/site-packages/azureml/train/automl/_remote_script.py)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "setup_xxx0000001.py", line 26, in <module>
from azureml.train.automl import fit_pipeline
ImportError: cannot import name 'fit_pipeline' from 'azureml.train.automl'
(/azureml-envs/azureml-automl/lib/python3.9/site-packages/azureml/train/automl/init.py)