pip安装pillow失败

在Linux环境中,尝试使用pip安装matplotlib和其他依赖于Pillow的库时遇到错误。安装过程提示jpeg的头文件或库文件找不到,这阻碍了Pillow的编译。查阅资料后,找到了解决方案,成功解决了这个问题。详细步骤和解决方法在链接中给出。
摘要由CSDN通过智能技术生成

pip安装pillow失败

Linux安装依赖于pillow库的其他库,如matplotlib,以及安装pillow库本身均报错

pip3 install matplotlib
......

Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-c3xrp6a1/pillow/setup.py", line 1037, in <module>
        raise RequiredDependencyException(msg)
    __main__.RequiredDependencyException:

    The headers or library files could not be found for jpeg,
    a required dependency when compiling Pillow from source.

    Please see the install instructions at:
       https://pillow.readthedocs.io/en/latest/installation.html



    ----------------------------------------
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-c3xrp6a1/pillow/setup.py';f=getattr(tokenize,                                                               'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/p                                                              ip-ob_4lenc-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /t                                                              mp/pip-build-c3xrp6a1/pillow/

查了好久,终于在这里看到了希望,
十分感谢答主!

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值