问题1
ERROR: Could not find a version that satisfies the requirement paddlepaddle-gpu2.4.2.post117
解决方案:
python3 -m pip install paddlepaddle-gpu2.4.2.post117 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
问题2
ImportError: libssl.so.1.1: cannot open shared object file: No such file or directory
解决方案:
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb