Centos常见问题及解决方法
ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from compile-time ssl backend (none/other) 解决办法
pip3 uninstall pycurl
export PYCURL_SSL_LIBRARY=openssl
pip3 install pycurl
-bash: pip: command not found 解决办法
yum install python3-pip
error: command 'gcc' failed with exit status 1 解决办法
yum install python3-devel
error: command 'gcc' failed with exit status 1 解决办法
yum install python3-devel