azure ml data drift image creation fails

Alejandra Martínez 96 Reputation points Microsoft Employee
2024-08-12T19:55:14.1933333+00:00

I'm following your documentation example for data drift but the backfill instruction fails with:

2024-08-12T19:35:02:   ERROR: Failed building wheel for matplotlib
2024-08-12T19:35:02: ERROR: Could not build wheels for matplotlib, which is required to install pyproject.toml-based projects

I have tried specifying a different image but the backfill instruction won't take it.

I have also followed the weather data example and the diabetes example with the same result.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,332 questions
{count} vote

1 answer

Sort by: Most helpful
  1. hossein jalilian 10,825 Reputation points Volunteer Moderator
    2024-08-12T21:23:52.84+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    This issue is often related to missing dependencies or an incompatible environment setup.

    Ensure that your Python environment has all the necessary dependencies installed. You can create a virtual environment and install the required packages using a requirements.txt file or a conda environment file.

    Sometimes, compatibility issues arise from using the latest versions of packages. Try specifying an older, stable version of matplotlib that is known to work with your setup.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is 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.