我在 Windows 10 平台上使用 Python 3.6.5 版本(来自 Anaconda 发行版)。每当我尝试在 Office 中安装任何软件包时,都会收到以下错误:
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))'
但是,pip install 似乎在我的家庭网络上运行良好。我猜办公室的防火墙阻止了连接。我需要提供 repo 路径的 URL/IP 才能将其列入白名单。
我之前曾与我的 IT 团队分享过以下链接: https://pypi.org/* https://files.pythonhosted.org/*
但问题仍然没有解决。有人能帮我获取 pip install 命令的正确 repo 路径吗?非常感谢您的帮助。
谢谢。