Python pip安装

k97glaaz  于 2023-01-12  发布在  Python
关注(0)|答案(1)|浏览(195)

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

有人能帮我安装吗?

yzxexxkh

yzxexxkh1#

我想做一个评论,但我还没有声誉。从我已经搜索过,我认为这是一个连接问题,你使用VPN,而试图安装这个软件包?
此外,此链接可能会帮助您解决问题:
https://github.com/pypa/pip/issues/7424

相关问题