paddle安装

问题1

ERROR: Could not find a version that satisfies the requirement paddlepaddle-gpu2.4.2.post117
解决方案:
python3 -m pip install paddlepaddle-gpu
2.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

问题3

sanic使用CPU启动
[2023-09-25 16:34:44 +0800] [15740] [ERROR] Not all workers acknowledged a successful startup. Shutting down.

It seems that one or more of your workers failed to come online in the allowed time. Sanic is shutting down to avoid a deadlock. The current threshold is 30.0s. If this problem persists, please check out the documentation https://sanic.dev/en/guide/deployment/manager.html#worker-ack

posted @ 2023-09-25 16:29  春树&暮云  阅读(133)  评论(0编辑  收藏  举报