首页 Paddle框架 帖子详情
conda安装验证出错
收藏
快速回复
Paddle框架 问答深度学习 1200 0
conda安装验证出错
收藏
快速回复
Paddle框架 问答深度学习 1200 0

用conda 新建环境安装

(paddle_37) wellhoo@Vehicle-Server:~/download$ python --version
Python 3.7.7
(paddle_37) wellhoo@Vehicle-Server:~/download$ python3 -c "import platform;print(platform.architecture()[0]);print(platform.machine())"
64bit
x86_64

(paddle_37) wellhoo@Vehicle-Server:~/download$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:01_CDT_2018
Cuda compilation tools, release 10.0, V10.0.130

安装GPU版本 

conda install paddlepaddle-gpu cudatoolkit=10.0

安装完了验证时出现如下错误:

(paddle_37) wellhoo@Vehicle-Server:~/download$ python3
Python 3.7.7 (default, Mar 26 2020, 15:48:22)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import paddle.fluid as fluid
>>> fluid.install_check.run_check()
Running Verify Fluid Program ...
W0727 19:17:50.077417 11242 device_context.cc:252] Please NOTE: device: 0, CUDA Capability: 61, Driver API Version: 11.0, Runtime API Version: 10.0
W0727 19:17:50.084745 11242 device_context.cc:260] device: 0, cuDNN Version: 7.6.
Your Paddle Fluid works well on SINGLE GPU or CPU.
W0727 19:17:56.220106 11242 init.cc:216] Warning: PaddlePaddle catches a failure signal, it may not work properly
W0727 19:17:56.220144 11242 init.cc:218] You could check whether you killed PaddlePaddle thread/process accidentally or report the case to PaddlePaddle
W0727 19:17:56.220149 11242 init.cc:221] The detail failure signal is:

W0727 19:17:56.220155 11242 init.cc:224] *** Aborted at 1595848676 (unix time) try "date -d @1595848676" if you are using GNU date ***
W0727 19:17:56.222936 11242 init.cc:224] PC: @ 0x0 (unknown)
W0727 19:17:56.223068 11242 init.cc:224] *** SIGSEGV (@0x0) received by PID 11242 (TID 0x7fbcc8fce700) from PID 0; stack trace: ***
W0727 19:17:56.225515 11242 init.cc:224] @ 0x7fbcc8bcb390 (unknown)
W0727 19:17:56.228000 11242 init.cc:224] @ 0x0 (unknown)
Segmentation fault

0
收藏
回复
需求/bug反馈?一键提issue告诉我们
发现bug?如果您知道修复办法,欢迎提pr直接参与建设飞桨~
在@后输入用户全名并按空格结束,可艾特全站任一用户