Skip to content

Error during train model step in AML pipeline #258

Closed
@dfay88-zz

Description

@dfay88-zz

I'm getting the following error during the train model step in the AML pipeline.

Collecting azure
Downloading azure-5.0.0.zip (4.6 kB)
�[91m ERROR: Command errored out with exit status 1:
command: /azureml-envs/azureml_9e644656c33b3f7d66d071f83add673e/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-2gno3lm3/azure/setup.py'"'"'; file='"'"'/tmp/pip-install-2gno3lm3/azure/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-2gno3lm3/azure/pip-egg-info
cwd: /tmp/pip-install-2gno3lm3/azure/
Complete output (24 lines):
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-2gno3lm3/azure/setup.py", line 60, in
raise RuntimeError(message)
RuntimeError:

Starting with v5.0.0, the 'azure' meta-package is deprecated and cannot be installed anymore.
Please install the service specific packages prefixed by `azure` needed for your application.

Looks like you have to individually import each azure package used now. Can someone assist with updating the dependencies file located here with the necessary packages needed: diabetes_regression/conda_dependencies.yml

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions