无法使用python 3.6.0加载ImageMagick模块

时间:2017-04-27 15:20:35

标签: python pythonmagick

我有一个名为example.py的脚本,其中包含:

import matplotlib.pyplot as plt

它是可执行的。 PythonMagick库安装在 /usr/local/lib/python3.6/site-packages/PythonMagick 中。我得到的环境变量是 PATH = / usr / local / sbin:/ usr / local / bin:/ usr / bin:/ usr / bin / site_perl:/ usr / bin / vendor_perl:/ usr / bin / core_perl :在/ usr /本地/ lib中:/ usr / lib中

当我尝试通过/home/user/example.py运行它时,我得到:

import: unable to load module `/usr/lib/ImageMagick-6.9.8//modules-Q16HDRI/coders/ps.la': file not found @ error/module.c/OpenModule/1302.
import: no encode delegate for this image format `PS' @ error/constitute.c/WriteImage/1184.

我错过了什么?

0 个答案:

没有答案