繁体   English   中英

Python pip 安装

[英]Python pip installation

我安装了 python 版本 3.8.5 + pip。现在我想安装 pipy imgkit pip install imgkit。

这发生了:

WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000001A0FF25DE50>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/imgkit/

ERROR: Could not find a version that satisfies the requirement imgkit (from versions: none)
ERROR: No matching distribution found for imgkit

那么有人可以帮我安装吗?

我会发表评论,但我还没有声誉。 根据我的搜索,我认为这是一个连接问题,您在尝试安装此 package 时是否使用 VPN?

此外,此链接可能会帮助您解决问题:

https://github.com/pypa/pip/issues/7424

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM