asp网站仿制,南京快速建站模板下载,安徽省建设工程信网站,怎么创建网站详细流程这个只是简单记录一下#xff0c;可能是我用了代理的缘故#xff0c;即便是把源换成国内的#xff0c;例如阿里云#xff0c;也会报错#xff0c;例如#xff1a; pip install matplotlib Looking in indexes: https://mirrors.aliyun.com/pypi/simple/, https://pypi.or…这个只是简单记录一下可能是我用了代理的缘故即便是把源换成国内的例如阿里云也会报错例如 pip install matplotlib Looking in indexes: https://mirrors.aliyun.com/pypi/simple/, https://pypi.org/simple/ WARNING: Retrying (Retry(total4, connectNone, readNone, redirectNone, statusNone)) after connection broken by SSLError(SSLZeroReturnError(6, TLS/SSL connection has been closed (EOF) (_ssl.c:1135))): /pypi/simple/matplotlib/ WARNING: Retrying (Retry(total3, connectNone, readNone, redirectNone, statusNone)) after connection broken by SSLError(SSLZeroReturnError(6, TLS/SSL connection has been closed (EOF) (_ssl.c:1135))): /pypi/simple/matplotlib/ WARNING: Retrying (Retry(total2, connectNone, readNone, redirectNone, statusNone)) after connection broken by SSLError(SSLZeroReturnError(6, TLS/SSL connection has been closed (EOF) (_ssl.c:1135))): /pypi/simple/matplotlib/ WARNING: Retrying (Retry(total1, connectNone, readNone, redirectNone, statusNone)) after connection broken by SSLError(SSLZeroReturnError(6, TLS/SSL connection has been closed (EOF) (_ssl.c:1135))): /pypi/simple/matplotlib/ WARNING: Retrying (Retry(total0, connectNone, readNone, redirectNone, statusNone)) after connection broken by SSLError(SSLZeroReturnError(6, TLS/SSL connection has been closed (EOF) (_ssl.c:1135))): /pypi/simple/matplotlib/ Could not fetch URL https://mirrors.aliyun.com/pypi/simple/matplotlib/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(hostmirrors.aliyun.com, port443): Max retries exceeded with url: /pypi/simple/matplotlib/ (Caused by SSLError(SSLZeroReturnError(6, TLS/SSL connection has been closed (EOF) (_ssl.c:1135)))) - skipping WARNING: Retrying (Retry(total4, connectNone, readNone, redirectNone, statusNone)) after connection broken by SSLError(SSLZeroReturnError(6, TLS/SSL connection has been closed (EOF) (_ssl.c:1135))): /simple/matplotlib/ WARNING: Retrying (Retry(total3, connectNone, readNone, redirectNone, statusNone)) after connection broken by SSLError(SSLZeroReturnError(6, TLS/SSL connection has been closed (EOF) (_ssl.c:1135))): /simple/matplotlib/ WARNING: Retrying (Retry(total2, connectNone, readNone, redirectNone, statusNone)) after connection broken by SSLError(SSLZeroReturnError(6, TLS/SSL connection has been closed (EOF) (_ssl.c:1135))): /simple/matplotlib/ WARNING: Retrying (Retry(total1, connectNone, readNone, redirectNone, statusNone)) after connection broken by SSLError(SSLZeroReturnError(6, TLS/SSL connection has been closed (EOF) (_ssl.c:1135))): /simple/matplotlib/ WARNING: Retrying (Retry(total0, connectNone, readNone, redirectNone, statusNone)) after connection broken by SSLError(SSLZeroReturnError(6, TLS/SSL connection has been closed (EOF) (_ssl.c:1135))): /simple/matplotlib/ Could not fetch URL https://pypi.org/simple/matplotlib/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(hostpypi.org, port443): Max retries exceeded with url: /simple/matplotlib/ (Caused by SSLError(SSLZeroReturnError(6, TLS/SSL connection has been closed (EOF) (_ssl.c:1135)))) - skipping ERROR: Could not find a version that satisfies the requirement matplotlib (from versions: none) ERROR: No matching distribution found for matplotlib 感觉可能是因为我开了代理解决方法也很简单例如我这里输入
set http_proxyhttp://127.0.0.1:10809
set https_proxyhttp://127.0.0.1:10809
然后再运行pip就可以正常安装了。感觉在国内装环境百分之50的时间都是在处理和网络相关的问题呵呵呵。
我之前也总结过在Ubuntu上设置代理的不同方法在Ubuntu 24.04上安装ollama报curl: (28) Failed to connect to github.com port 443的解决方法_ubuntu 24.04 ollama-CSDN博客