【发布时间】:2021-02-25 11:19:22
【问题描述】:
我正在尝试导入 PythonMagick 但无法导入此模块。你能帮我如何安装它并在我的代码中使用它吗?
我尝试了几种方法-
python -m pip install PythonMagic
python -m pip install PythonMagic --user
我下载了 Imagemagic 和 ghostscript,并在环境变量中给出了它们的路径。但没有得到任何解决方案。
【问题讨论】:
-
我建议你使用 Python Wand。见docs.wand-py.org/en/0.6.2
标签: python python-3.x imagemagick pythonmagick