当前位置:网站首页>解决安装Failed building wheel for pillow
解决安装Failed building wheel for pillow
2022-07-06 09:14:00 【爱吃章鱼的怪兽】

- 在安装python库时出现了这个错误
- 问题原因:安装程序无法自动执行bulid pillow的脚本
- 解决方案:从linux管理库中安装另外两个库
step1
apt-get install libjpeg-dev zlib1g-dev
step2
pip3 install Pillow

再次安装需要下载的库,成功安装,问题解决
边栏推荐
- windows无法启动MYSQL服务(位于本地计算机)错误1067进程意外终止
- Neo4j installation tutorial
- MySQL other hosts cannot connect to the local database
- Picture coloring project - deoldify
- Mysql21 user and permission management
- A brief introduction to the microservice technology stack, the introduction and use of Eureka and ribbon
- 基于apache-jena的知识问答
- 项目实战-后台员工信息管理(增删改查登录与退出)
- @Controller, @service, @repository, @component differences
- 图片上色项目 —— Deoldify
猜你喜欢

Use dapr to shorten software development cycle and improve production efficiency

neo4j安装教程

PyCharm中无法调用numpy,报错ModuleNotFoundError: No module named ‘numpy‘
![[Thesis Writing] how to write function description of jsp online examination system](/img/f8/13144e0febf4a576bbcc3290192079.jpg)
[Thesis Writing] how to write function description of jsp online examination system

LeetCode #461 汉明距离

Windows下安装MongDB教程、Redis教程
![[free setup] asp Net online course selection system design and Implementation (source code +lunwen)](/img/ac/b518796a92d00615cd374c0c835f38.jpg)
[free setup] asp Net online course selection system design and Implementation (source code +lunwen)

Why is MySQL still slow to query when indexing is used?

Copie maître - esclave MySQL, séparation lecture - écriture

Generate PDM file from Navicat export table
随机推荐
When you open the browser, you will also open mango TV, Tiktok and other websites outside the home page
CSDN blog summary (I) -- a simple first edition implementation
【博主推荐】SSM框架的后台管理系统(附源码)
连接MySQL数据库出现错误:2059 - authentication plugin ‘caching_sha2_password‘的解决方法
软件测试-面试题分享
@Controller, @service, @repository, @component differences
[Thesis Writing] how to write function description of jsp online examination system
CSDN question and answer tag skill tree (II) -- effect optimization
JDBC principle
数据库高级学习笔记--SQL语句
Windows下安装MongDB教程、Redis教程
Breadth first search rotten orange
CSDN博文摘要(一) —— 一个简单的初版实现
csdn-Markdown编辑器
Why can't I use the @test annotation after introducing JUnit
[download app for free]ineukernel OCR image data recognition and acquisition principle and product application
Mysql22 logical architecture
[recommended by bloggers] C # generate a good-looking QR code (with source code)
Deoldify项目问题——OMP:Error#15:Initializing libiomp5md.dll,but found libiomp5md.dll already initialized.
引入了junit为什么还是用不了@Test注解