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

SjoerdGn 21 Reputation points
2021-08-26T10:17:15.93+00:00

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
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,332 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 48,906 Reputation points Microsoft Employee Moderator
    2021-08-26T12:35:40.733+00:00

    @SjoerdGn 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 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.