Error: Can not import paddle core while this file exists: /data/anaconda3/lib/python3.8/site-package

ImportError: libcudart.so.10.2: cannot open shared object file: No such file or directory

解决方法:paddle太新,降低版本

pip install paddlepaddle-gpu==2.3.2 -i https://mirror.baidu.com/pypi/simple

你可能感兴趣的:(python,linux,paddle,python,ubuntu)