我正在使用 Python 3.6,并尝试使用 Pytorch。我已经使用 pip3 卸载了它,然后重新安装了它
Hugos-MacBook-Pro-2:project hugokitano$ pip3 install torch
Requirement already satisfied: torch in /usr/local/lib/python3.7/site-packages (1.3.1)
Requirement already satisfied: numpy in /Users/hugokitano/Library/Python/3.7/lib/python/site-packages (from torch) (1.17.2)
但是,当我尝试导入 torch 时,找不到该模块。我也尝试通过 conda 安装,运行
conda install pytorch torchvision -c pytorch
它是成功的,安装到
环境位置:/Users/hugokitano/anaconda
但是,“进口火炬”仍然不起作用。有什么想法吗?谢谢!