https://www.python.org/ftp/python/3.7.1/Python-3.7.1.tgz

python3.7.1 提示 ModuleNotFoundError: No module named '_ssl'  

先./configure --prefix=/usr/bin 

ubuntu14.04上的openssl version 查看版本是1.0.1,可是python2.7.1要求是1.0.2只能从官网下载编译安装了

wget https://www.openssl.org/source/openssl-1.0.2l.tar.gz
./config
make install
openssl version显示版本
没有安装成功,最后换成python3.6.7了,apt-get install libssl-dev 可以解决_ssl找不到的问题。

python3.7.1 提示  ModuleNotFoundError: No module named ‘_ctypes’ 

sudo apt-get update

sudo apt-get upgrade

sudo apt-get install libffi-dev

再make && make install

												

最新文章

  1. Android中取消GridView & ListView默认的点击背景色
  2. 排序小结(C++版)
  3. js之正则1
  4. phpcms 03
  5. JavaScript 将多个引用(样式或者脚本)放入一个文件进行引用
  6. 【BZOJ】【1385】【Baltic2000】Division expression
  7. 为SQL表添加全文索引范例
  8. webview调用javascript脚本无反应
  9. [转] 看懂UML类图和时序图
  10. reason: 'Could not instantiate class named MKMapView'
  11. 1010 Area
  12. 从MSSQL server 2005中移植数据到Oracle 10g
  13. mybatis的动态sql中collection与assoction
  14. hadoop、Storm该选哪一个
  15. StopAllSounds
  16. node八-核心模块、包
  17. Netty实战六之ChannelHandler和ChannelPipeline
  18. mssql sqlserver null数据类型专题
  19. ORA-12638:Credential retrieval failed(身份证明检索失败)解决方法
  20. Java 判断当前系统为Window或者Linux

热门文章

  1. tomcat官方下载连接——安装版&绿色版
  2. Java 多线程 - 转载
  3. 4.微信小程序-B站:先把首页造出来
  4. Hibernate -- Session的主键生成策略
  5. easyui扩展数据表格点击加号拓展
  6. Referenced file contains errors (http://www.springframework.org/schema/aop/spring-aop-3.0.xsd). For more information, right click on the message in th
  7. Mac安装Virtualenv & PyCharm使用Virtualenv
  8. 【Hive】数据去重
  9. 【lightoj-1094】树的直径(DFS)
  10. OC-存档