pyvips
pyvips copied to clipboard
did not manage to locate a library called 'libvips.so.42'
when this program run on a linux systeam. it comes to this problem,i want to know how to solve it. thanks
Hi again @fanke12345,
You'll need to give more information before I can reproduce this problem.
- What linux is this
- How did you install libvips
- How did you install pyvips
- What program are you running to trigger this error
- What are the exact error messages
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.