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

推荐订阅源

博客园 - 【当耐特】
Help Net Security
Help Net Security
P
Proofpoint News Feed
J
Java Code Geeks
爱范儿
爱范儿
Last Week in AI
Last Week in AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Full Disclosure
Google DeepMind News
Google DeepMind News
H
Help Net Security
G
Google Developers Blog
Jina AI
Jina AI
Vercel News
Vercel News
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
L
Lohrmann on Cybersecurity
S
Schneier on Security
Microsoft Azure Blog
Microsoft Azure Blog
IT之家
IT之家
Security Archives - TechRepublic
Security Archives - TechRepublic
阮一峰的网络日志
阮一峰的网络日志
N
News and Events Feed by Topic
GbyAI
GbyAI
B
Blog
O
OpenAI News
博客园_首页
Cisco Talos Blog
Cisco Talos Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Hacker News: Ask HN
Hacker News: Ask HN
TaoSecurity Blog
TaoSecurity Blog
腾讯CDC
MongoDB | Blog
MongoDB | Blog
M
MIT News - Artificial intelligence
C
Cybersecurity and Infrastructure Security Agency CISA
Cyberwarzone
Cyberwarzone
Webroot Blog
Webroot Blog
Simon Willison's Weblog
Simon Willison's Weblog
Y
Y Combinator Blog
C
Cisco Blogs
A
Arctic Wolf
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
T
The Exploit Database - CXSecurity.com
Security Latest
Security Latest
AI
AI
W
WeLiveSecurity
aimingoo的专栏
aimingoo的专栏
The Register - Security
The Register - Security
Project Zero
Project Zero
H
Hackread – Cybersecurity News, Data Breaches, AI and More
N
Netflix TechBlog - Medium
Blog — PlanetScale
Blog — PlanetScale

Python - 标签 - cywhat's blog

Linux忘记mysql密码解决办法 MoudleNotFoundError: No module named 'xxx' Python如何让字典保持有序存储 Python获取当前位置所在行数以及函数名 Linux卸载python Linux安装python3.7 ModuleNotFoundError: No Module Named '_Ctypes' Make: *** [Install] 错误 1 pip安装插件失败,拒绝连接 Centos7.7安装并配置jenkins+python+allure发送定制化报告
zipimport.ZipImportError: can't decompress data; zlib not available make: *** [install] 错误 1
cywhat · 2021-12-23 · via Python - 标签 - cywhat's blog

前景

新服务器安装python3.7.0make install的时候报错zipimport.ZipImportError: can't decompress data; zlib not available make: *** [install] 错误 1导致编译安装失败

1.原因

缺少安装python依赖

2.解决

1
2
3
4
5
#安装依赖
yum install zlib* -y     

#重新安装
make install

3.完成

1
python -V

关注一下再走吧

公众号 小程序

赞赏支持

微信打赏 支付宝打赏