作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 django 中使用 django-simple-captcha。
命令:./manage.py test apatcha 显示错误“ImportError:未安装 _imagingft C 模块”
我已经按以下顺序安装了该软件包:
yum install freetype-devel libjpeg-devel libpng-devel
pip uninstall Pillow
pip uninstall Pillow-PIL
pip install Pillow
pip install Pillow-PIL
但是还是不行。我哪里错了?
系统:CentOS 6.5
Python: The _imagingft C module is not installed
上面的链接没有解决我的问题,否则我也不会在这里。最后,我通过从官网下载tar.gz文件并手动安装来解决我的问题。
最佳答案
pip uninstall PIL - 和 -pip 安装枕头
对于 Windows,这两个命令对我有用
关于python - 导入错误: The _imagingft C module is not installed,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32044184/
我是一名优秀的程序员,十分优秀!