【发布时间】:2021-03-19 08:25:38
【问题描述】:
我打算在虚拟环境中安装 Torch。 所以我命令 !pip install torch,但出现了一个错误。
Collecting torch
Using cached torch-1.7.0-cp37-cp37m-win_amd64.whl(184.0 MB)
ERROR: torch ahs an invalid wheel, .dist-info directory not found
在How to fix ".dist-info directory not found" in my package? 这里,一个答案说删除 Appdata/Local/pip/Cache 文件夹是有效的。
我该怎么办?
【问题讨论】: