gpt4 book ai didi

azure - 在代理后面安装 azure cli 扩展时出现 pip 错误

转载 作者:行者123 更新时间:2023-12-03 04:03:21 50 4
gpt4 key购买 nike

有人可以帮我吗:

我在代理后面使用 Azure cli,并且正在运行 fiddler。我正在运行以下命令并设置登录我的 azure 帐户,

SET ADAL_PYTHON_NO_SSL_VERIFY=1
SET AZURE_CLI_DISABLE_CONNECTION_VERIFICATION=1
az login --tenant <company domain>

它运行良好,并为我提供了与我的帐户关联的订阅列表。但是,我需要安装 Azure-devops 扩展,当我运行时:

az extension add --name azure-devops

我收到错误:cli.azure.cli.core.util:发生错误。 Pip 失败,状态代码为 1。

查看 fiddler 它说:连接到本地 Nexus 时出现 407 代理身份验证错误。我的 pip 配置:

[list]
format=columns
[global]
disable-pip-version-check = true
trusted-host = nexusurl
index = https://[username]:[userpassword]@<nexusurl>
index-url = https://[username]:[userpassword]@<nexusurl>

我不知道我错过了什么。

最佳答案

我也有类似的问题。我做了以下事情:

  1. 浏览到文件 C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\site-packages\certifi\cacert.pem
  2. 编辑文件并添加 Base-64 格式的证书,该证书是证书链的一部分,可将您带到 https://pypi.org/simple/distro/ .
  3. 运行以下命令将 CA Bundle 环境变量设置为此文件。

.

setx REQUESTS_CA_BUNDLE "C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\site-packages\certifi\cacert.pem" /M

关于azure - 在代理后面安装 azure cli 扩展时出现 pip 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61122231/

50 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com