2

我安装了 python 版本 3.8.5 + pip。现在我想用 pip install imgkit 安装 pipy 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

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

4

1 回答 1

0

我会对此发表评论,但我还没有声誉。从我搜索的内容来看,我认为这是一个连接问题,您在尝试安装此软件包时是否使用 VPN?

此链接也可以帮助您解决问题:

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

于 2020-08-04T07:40:57.010 回答