Failed to install Paddle 2.0 on AI Studio
Created by: sbl1996
I use pip install paddlepaddle-gpu==2.0.0a0 -i https://mirror.baidu.com/pypi/simple
to install paddle 2.0 on AI Studio, but got the following error:
2020-05-20 18:40:22,572-WARNING: You are using GPU version Paddle Fluid, But Your CUDA Device is not set properly
Original Error is
--------------------------------------------
C++ Call Stacks (More useful to developers):
--------------------------------------------
0 std::string paddle::platform::GetTraceBackString<char const*>(char const*&&, char const*, int)
1 paddle::platform::EnforceNotMet::EnforceNotMet(std::__exception_ptr::exception_ptr, char const*, int)
2 paddle::platform::GetCUDADeviceCount()
----------------------
Error Message Summary:
----------------------
ExternalError: Cuda error(35), CUDA driver version is insufficient for CUDA runtime version.
[Advise: This indicates that the installed NVIDIA CUDA driver is older than the CUDA runtime library. This is not a supported configuration.Users should install an updated NVIDIA display driver to allow the application to run.] at (/paddle/paddle/fluid/platform/gpu_info.cc:65)
Running Verify Fluid Program ...
0