记录一个错误:我首先安装的matplotllib,然后它自动安装了numpy的最新版本,接着我不能打开torch了,卸载numpy就可以了。需要换个numpy版本安装,出现这个问题的原因,应该是numpy的这个版本和我的torch版本不兼容导致的。
$ python3
Python 3.6.9 (default, Jun 29 2022, 11:45:57)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import torch
Illegal instruction (core dumped)
卸载matplotlib
不行,卸载numpy就可以导入torch了
离线下载安装这个版本numpy
install **"numpy-1.19.0-cp36-cp36m-manylinux2014_aarch64"**