libvips / pyvips

python binding for libvips using cffi
MIT License
649 stars 50 forks source link

did not manage to locate a library called 'libvips.so.42' #424

Open fanke12345 opened 1 year ago

fanke12345 commented 1 year ago

when this program run on a linux systeam. it comes to this problem,i want to know how to solve it. thanks

jcupitt commented 1 year ago

Hi again @fanke12345,

You'll need to give more information before I can reproduce this problem.

Emonora commented 3 months ago

I encountered a similar problem like this recently. It was because I had pyvips install, but not libvips. Try installing libvips via your package manager (i.e. pacman, apt, dnf, etc). That should fix the error. I'm not sure if its a deeper problem possibly in your install of lib or pyvips or not. But try that and see if it works.