惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
Tailwind CSS Blog
The GitHub Blog
The GitHub Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog
Microsoft Security Blog
Microsoft Security Blog
Stack Overflow Blog
Stack Overflow Blog
量子位
Martin Fowler
Martin Fowler
月光博客
月光博客
P
Proofpoint News Feed
博客园_首页
Y
Y Combinator Blog
I
InfoQ
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
Visual Studio Blog
H
Help Net Security
U
Unit 42
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 司徒正美
MongoDB | Blog
MongoDB | Blog
F
Fortinet All Blogs
罗磊的独立博客
酷 壳 – CoolShell
酷 壳 – CoolShell

Python - 分类 - cywhat's blog

Linux卸载RabbitMQ Linux安装RabbitMQ Linux忘记mysql密码解决办法 MoudleNotFoundError: No module named 'xxx' Python如何让字典保持有序存储 Python获取当前位置所在行数以及函数名 Linux卸载python Linux安装python3.7 zipimport.ZipImportError: can't decompress data; zlib not available make: *** [install] 错误 1
ModuleNotFoundError: No Module Named '_Ctypes' Make: *** ...
cywhat · 2021-12-23 · via Python - 分类 - cywhat's blog

前景

新服务器安装python3.7.0make install的时候报错ModuleNotFoundError: No module named '_ctypes' make: *** [install] 错误 1导致编译安装失败

1.原因

缺少安装python依赖

2.解决

1
2
3
4
5
#安装依赖
yum install libffi-devel -y 

#重新安装
make install

3.完成

1
python -V

关注一下再走吧

公众号 小程序

赞赏支持

微信打赏 支付宝打赏