码迷,mamicode.com
首页 > 编程语言 > 详细

python3编译安装no module named _ssl

时间:2019-02-17 16:38:51      阅读:366      评论:0      收藏:0      [点我收藏+]

标签:源码编译   figure   cto   error   ima   imp   .com   解决   pip   

使用源码编译安装python3.6.7以后用pip 安装库, 出现如下问题

  Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection

import ssl提示:

  no module named _ssl

解决方法:

  在编译时添加对ssl的支持

  修改源码中Module文件夹下Setup和Setup.list文件,取消对Socket module helper for socket(2),Socket module helper for socket(2)的注释

技术图片

安装方法:

解压

./configure --prefix=/usr/local/python3.6 --with-ssl --enable-optimizations

make -j

make install

详细安装方法见:https://blog.csdn.net/chief_victo/article/details/80425431

ref: https://blog.csdn.net/qq_26870933/article/details/84336109

https://stackoverflow.com/questions/5128845/importerror-no-module-named-ssl

http://www.webtop.com.au/blog/compiling-python-with-ssl-support-fedora-10-2009020237

python3编译安装no module named _ssl

标签:源码编译   figure   cto   error   ima   imp   .com   解决   pip   

原文地址:https://www.cnblogs.com/buxizhizhoum/p/10391638.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!