【发布时间】:2019-08-19 10:34:42
【问题描述】:
全新安装 anaconda,然后是 conda install pytorch,每当我 import torch 时,我都会得到一个 Illegal instruction(使 python 解释器崩溃):
(base) ~$ python -c 'import torch'
Illegal instruction
(base) 132 ~$
【问题讨论】:
标签: installation pytorch conda