我正在尝试从该网站运行 Python 脚本:http: //code.behnam.es/python-lfp-reader/
在 Ubuntu 的终端中,我在 Python 命令行上运行以下命令:
lfp-picture.py export IMG_0002-stk.lfp
首先脚本通过图像 10 处理图像,然后创建一个 .raw 文件和一个 .txt 文件,然后我收到错误消息:
lfp-picture.py:错误找不到 Python 图像库(PIL 或 Pillow)
我已经安装了所有东西,包括 Python Imaging Library,我尝试通过 Ubuntu 软件中心卸载并重新安装,但我仍然收到错误消息。