Anaconda3-2022.05-Linux-x86_64.sh
gcc升级
centos7升级gcc至8.2_centos7 yum gcc8.2.0-CSDN博客
paddlepaddle
python -m pip install paddlepaddle-gpu==2.5.1.post112 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
报错
ImportError: libssl.so.1.1: cannot open shared object file: No such file or directory
方法二:
find / -name libcrypto.so
找到显示Anconda的地址,添加到下面文件中,
cd /etc/
vim ld.so.conf
ImportError: libX11.so.6: cannot open shared object file: No such file or directory
bash
yum install libX11
yum install libXext