Python Can';t安装dash/plotly和其他几个(是否存在代理问题?)

Python Can';t安装dash/plotly和其他几个(是否存在代理问题?),python,python-3.x,proxy,plotly-dash,Python,Python 3.x,Proxy,Plotly Dash,我正在使用我公司的笔记本电脑安装dash&plotly。虽然这在我的个人笔记本电脑上运行良好,但我想知道这些错误是否是由于安全原因造成的(当我尝试在公司笔记本电脑上安装时) *手工输入,因为我在银行工作,没有勇气冒险 Warning: Retrying (Retry(total = 4, connect=None, redirect=None, status=None)) after connection broken by 'ProxyError' ('cannot connect to pr

我正在使用我公司的笔记本电脑安装dash&plotly。虽然这在我的个人笔记本电脑上运行良好,但我想知道这些错误是否是由于安全原因造成的(当我尝试在公司笔记本电脑上安装时)

*手工输入,因为我在银行工作,没有勇气冒险

Warning: Retrying (Retry(total = 4, connect=None, redirect=None, status=None)) after connection broken by 'ProxyError' ('cannot connect to proxy.'), OSError('Tunnel connection failed: 407 Proxy Authentication Required'))':/simple/dash/
Warning: Retrying (Retry(total = 3, connect=None, redirect=None, status=None)) after connection broken by 'ProxyError' ('cannot connect to proxy.'), OSError('Tunnel connection failed: 407 Proxy Authentication Required'))':/simple/dash/
Warning: Retrying (Retry(total = 2, connect=None, redirect=None, status=None)) after connection broken by 'ProxyError' ('cannot connect to proxy.'), OSError('Tunnel connection failed: 407 Proxy Authentication Required'))':/simple/dash/
Warning: Retrying (Retry(total = 1, connect=None, redirect=None, status=None)) after connection broken by 'ProxyError' ('cannot connect to proxy.'), OSError('Tunnel connection failed: 407 Proxy Authentication Required'))':/simple/dash/
Warning: Retrying (Retry(total = 0, connect=None, redirect=None, status=None)) after connection broken by 'ProxyError' ('cannot connect to proxy.'), OSError('Tunnel connection failed: 407 Proxy Authentication Required'))':/simple/dash/
ERROR: Could not find a version that satisfies the requirement dash (from versions:none)
ERROR: No matching distribution found for dash

我只是想知道,如果我去办公室将笔记本电脑连接到以太网,这是一个可以解决的问题,还是一个安全问题?
有没有办法绕过它而不犯下联邦罪行?

错误显示
无法连接到代理
,所以看起来互联网有问题。你能连接这台计算机上的任何网页吗?如果这是公司的笔记本电脑,则可能会将其配置为仅使用公司网络访问internet,并且此连接可能存在问题。若您可以连接到pypi.com,那个么您可以从此页面下载模块,然后从本地磁盘安装。它不会犯联邦罪行,但如果这是公司的笔记本电脑,那么它会犯“公司罪行”喂,什么是pypi.com?即使在我的个人笔记本电脑上,我似乎也无法访问它。是的,这台电脑可以通过VPN连接到我家的互联网(在我在家工作的日子里)。我已经成功安装了pandas、matplotlib和scikit-learn。所以我不确定问题是什么。你好,好吧,我设法访问了pypi.org,但是我无法下载(被公司的安全屏蔽)。你们还有其他选择吗?若你们访问网页,那个么它也应该下载——它应该作为另一个页面来显示。但你可以在其他电脑上下载,并使用USB pendrive进行复制。对于小模块,您甚至可以通过电子邮件发送。嗨,不幸的是,我在一家大银行工作,可以访问高度敏感的数据。从网页下载被安全阻止,使用USB thumbdrive基本上会让我立即被解雇(我认为我们有一个系统,在有人插入thumbdrive时,IT部门会得到通知)。我不确定电子邮件的方法,但我昨天确实尝试过,无法在包中附加一些文档(被gmail阻止)。不管怎样,这似乎是一个冒险的尝试。我想当我到达办公室并将其连接到以太网时,我会再次尝试下载。