json 高斯溅射安装误差

1cklez4t  于 5个月前  发布在  其他
关注(0)|答案(2)|浏览(62)

我在安装时遇到此错误,无法修复此问题。
第一个月

rdrgkggo

rdrgkggo1#

你试过重新安装吗?

conda uninstall pytorch
pip uninstall torch
pip uninstall torch # run this command

conda install pytorch

字符串

am46iovg

am46iovg2#

它指出包已损坏,并且找不到包清单中指定的路径。这意味着IDE系统尝试使用上面指定的包,但找不到它。请尝试将包清单设置为其他路径,或者尝试重新安装包。
尝试在您的终端中运行此命令(如果您在Windows计算机上运行):python -m pip uninstall (package)pip uninstall (package)python -m pip install (package)pip install (package)

相关问题