admin管理员组

文章数量:1289834

We have a project that has a dependency on ADO project feed. When we specify dependency in AML component environment file, then pip on AML is able to access this package however uv also require reference to this package. We are able to make it work on our local by installing keyring and artifact-keyring and also on ADO build machine by specifying the environment variable:

env:

UV_INDEX_AZURE_DEVOPS_USERNAME: "VssSessionToken"

UV_INDEX_AZURE_DEVOPS_PASSWORD: $(System.AccessToken)

While trying to install the packages in AML we are getting the error:

An index URL could not be queried due to a lack of valid authentication credentials (401 Unauthorized).

本文标签: