I get following error when trying below script from my DSVM
az ml env setup -k
Error:
Traceback (most recent call last):
File "/anaconda/envs/py35/lib/python3.5/runpy.py", line 184, in _run_module_as_main
"main", mod_spec)
File "/anaconda/envs/py35/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/anaconda/envs/py35/lib/python3.5/site-packages/azure/cli/main.py", line 9, in
import azure.cli.main
File "/anaconda/envs/py35/lib/python3.5/site-packages/azure/cli/main.py", line 12, in
from azure.cli.core._util import (show_version_info_exit, handle_exception)
ImportError: No module named 'azure.cli.core._util'
Note: I just provisioned my DSVM today and could be related to changes May 1st, 2017.
Hi,
I get following error when trying below script from my DSVM az ml env setup -k
Error: Traceback (most recent call last): File "/anaconda/envs/py35/lib/python3.5/runpy.py", line 184, in _run_module_as_main "main", mod_spec) File "/anaconda/envs/py35/lib/python3.5/runpy.py", line 85, in _run_code exec(code, run_globals) File "/anaconda/envs/py35/lib/python3.5/site-packages/azure/cli/main.py", line 9, in
import azure.cli.main
File "/anaconda/envs/py35/lib/python3.5/site-packages/azure/cli/main.py", line 12, in
from azure.cli.core._util import (show_version_info_exit, handle_exception)
ImportError: No module named 'azure.cli.core._util'
Note: I just provisioned my DSVM today and could be related to changes May 1st, 2017.