gpt4 book ai didi

django - IOError 解码器 zip 不可用

转载 作者:行者123 更新时间:2023-12-02 02:50:54 24 4
gpt4 key购买 nike

我正在尝试启动并运行 sorl thumbnail但我收到错误“解码器 zip 不可用”。

我读过大量类似的页面,说这是一个 PIL/Pilow 问题。

我尝试通过以下方式重新安装 pil:

easy_install http://dist.plone.org/thirdparty/PIL-1.1.7.tar.gz

以及:

pip uninstall PIL Pillow
pip install Pillow
pip install PIL

read Ubuntu 对于 x64 架构使用名为/lib/x86_64-linux-gnu 的目录。如果您使用该架构,则需要为其以及其他共享库创建符号链接(symbolic link)。

$ sudo ln -s /lib/x86_64-linux-gnu/libz.so.1 /lib/libz.so

其他信息:

操作系统:Ubuntu Precice

我还没有尝试从源代码安装 zlib 包,其他人也提到过它对他们有用。

最佳答案

我找到了两种适合我的解决方案。

对我有用的第一种方法是一起使用不同的图像库。我安装了 pgmagic,效果很好。

  sudo apt-get install libgraphicsmagick++-dev
sudo apt-get install libboost-python1.40-dev

还有其他可用的图像库,它们都列在 sorl-thumbnail 文档中:

http://sorl-thumbnail.readthedocs.org/en/latest/requirements.html

对我有用的第二种方法(首选)实际上是对所有内容进行全新安装,我删除了 Pillow 和 PIL,然后从 Pillow 开始重新安装它们。

pip uninstall pillow
pip uninstall PIL

pip install pillow
pip install PIL

关于django - IOError 解码器 zip 不可用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17951857/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com