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).
本文标签:
版权声明:本文标题:azure machine learning service - 401 error while trying to install the package from ADO project feed - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741463756a2380189.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论