I am using the azure ml environment acpt-pytorch-2.2-cuda12.1:10 for creating a custom environment by adding sickit learn for installation but I am getting an error related to package not found what can I do to create and environment that support this ?

Abhinav Parakh 0 Reputation points
2024-06-28T17:32:24.9666667+00:00
Could not find a version that satisfies the requirement sickit-learn (from versions: none)
2024-06-28T16:17:55: ERROR: No matching distribution found for sickit-learn
2024-06-28T16:17:56: The command '/bin/bash --login -c pip install -r requirements.txt --no-cache-dir' returned a non-zero code: 1

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,683 questions
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 47,916 Reputation points
    2024-06-29T10:00:13.1566667+00:00

    Hello,

    Thanks for reaching out to us, I think there is a typo for the package, could you please change it to - scikit-learn

    I hope this helps!

    Regards,

    Yutong

    0 comments No comments