zlib.错误:解压缩数据时出现错误5:流不完整或被截断

2024-06-16 13:26:36 发布

您现在位置:Python中文网/ 问答频道 /正文

pip install torch安装torch时,会出现以下错误

Exception:
/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/serialize.py", line 176, in _loads_v2
    cached = json.loads(zlib.decompress(data).decode("utf8"))
zlib.error: Error -5 while decompressing data: incomplete or truncated stream

请帮帮我。在


Tags: installpipnonedata错误exceptionpy3any