微信公众号:leetcode_algos_life import torch 出现段错误 【问题】【解决方案】 【问题】 安装pytorch-gpu版本,安装完成后,import torch发现报错直接返回,报错信息如下: Segmentation fault 【解决方案】 Linux环境下,输入 unset LD_LIBRARY_PATH 然后再重新输入 >>> import torch >>> torch.cuda.is_available() True