在virtualenv中使用python3.5导入手电筒时出现分段错误(Core dump)

时间:2018-10-07 15:20:57

标签: python pip segmentation-fault pytorch coredump

我在torch=0.4.1中安装了cuda,没有安装virtualenv。我在Ubuntu 16.04上使用python3.5。每当我在交互式python shell中import torch时,它都会通过显示Segmentation fault (core dumped)退出python程序。 Error on importing torch

令人惊讶的是,我早先初始化了一个jupyter notebook并尝试将手电筒导入那里,并且运行良好。有人可以帮忙吗?我在正式的“ PyTorch github”讨论中找不到解决方案。 Jupyter notebook torch import working fine

1 个答案:

答案 0 :(得分:1)

我遇到了同样的问题,解决方案是在GitHub上给出的:

import cv2        # first import cv2
import torch