libjpeg.so.62:无法打开共享对象文件:没有这样的文件或目录

cli*_*ray 4 python eclipse python-imaging-library

我正在尝试使用 python 和 PIL 进行一些图像处理。我遇到了一个问题,我无法正确导入 _imaging 文件夹,所以我重新安装了,现在我遇到了这个问题:

libjpeg.so.62: cannot open shared object file: No such file or directory
Run Code Online (Sandbox Code Playgroud)

我在命令行中执行了 apt-get remove python-imaging ,然后 apt-get install python-imaging ,现在它在 Eclipse 中无法工作。有小费吗?

Jai*_*nde 5

尝试在Ubuntu中安装libjpeg62模块,libjpeg.so.62文件是其中的一部分。