报错ImportError: No module named _ssl

解决方法:

For debian based systems:

sudo apt-get install libssl-dev 

For CentOS and RHEL

sudo yum install openssl-devel

To restart the make first clean up by:

make clean

Then start again and execute the following commands one after the other:

./configure
make
make test
make install
posted @ 2022-04-08 18:21  JustInTime  阅读(43)  评论(0)    收藏  举报