pyvips icon indicating copy to clipboard operation
pyvips copied to clipboard

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

Open fanke12345 opened this issue 2 years ago • 2 comments

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

fanke12345 avatar Sep 19 '23 07:09 fanke12345

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

jcupitt avatar Sep 19 '23 09:09 jcupitt

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.

ghost avatar Aug 17 '24 15:08 ghost