question

SjoerdGn-2530 avatar image
0 Votes"
SjoerdGn-2530 asked SjoerdGn-2530 commented

[Bug] azureml-train Python package deprecated but did receive an update which is not in line with azureml-train-core

The Python package azureml-train is deprecated and seems basically a wrapper around azureml-train-core. When installing azureml-train, if I'm correct it tries to install the azureml-train-core package with the same version number. However, on the 24th of August 2021 the azureml-train package was updated to version 1.33.1 whereas azureml-train-core wasn't updated. This causes the installation of azureml-train to fail.

I would suggest to remove version 1.33.1 of azureml-train such that it still can be installed.
Otherwise, I'm curious why this situation is the case.


azure-machine-learning
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

romungi-MSFT avatar image
1 Vote"
romungi-MSFT answered SjoerdGn-2530 commented

@SjoerdGn-2530 Yes, this is a bug in the release cycle that was pushed to pypi, This also caused other packages to get updated.

https://pypi.org/project/azureml-train-automl-runtime/1.33.1.post1/
https://pypi.org/project/azureml-train-automl/1.33.1/

azureml-sdk 1.33.0.post1 is released now to ensure the correct versions are installed with the SDK. As you mentioned above azureml-train 1.33.1 is not required and can be removed.


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.