0%

python problems

  • NotOpenSSLWarning: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl’ module is compiled with ‘LibreSSL 2.8.3’.
1
2
pip uninstall urllib3
pip install 'urllib3<2.0'

stackoverflow

依赖

  • paddlepaddle依赖只能在 python 3.9版本之内可以安装