无法使用 whl 文件安装 htm5lib

时间:2021-05-25 08:39:11

标签: python pip html5lib

尝试在 Python 3.6.0 :: Anaconda 4.3.0(64 位)中安装 html5lib-1.1-py2.py3-none-any.whl 时遇到以下错误。

C:\Users\xyz\Desktop\Module>pip install html5lib-1.1-py2.py3-none-any.whl
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
Processing c:\users\svc_holmes_orch\desktop\module\html5lib-1.1-py2.py3-none-any.whl
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/webencodings/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)",)': /simple/webencodings/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/webencodings/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)",)': /simple/webencodings/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/webencodings/
ERROR: Could not find a version that satisfies the requirement webencodings (from html5lib==1.1) (from versions: none)
ERROR: No matching distribution found for webencodings (from html5lib==1.1)

0 个答案:

没有答案
相关问题