mteillet / PyVexr

Python open Exr Viewer
MIT License
5 stars 0 forks source link

ImportError: libOpenEXR-3_2.so.29: cannot open shared object file: No such file or directory #25

Open abcdsky opened 1 year ago

abcdsky commented 1 year ago

HI,I use your compilation, testExampleCpp. py, testExposureUpCpp.py can run, but when I run pyVexr_main. py complains: import loadExrChannel ImportError: libOpenEXR-3_2.so.29: cannot open shared object file: No such file or directory, Do I need to recompile it? Thank you

mteillet commented 1 year ago

Hello,

Unfortunately these libs haven't been compiled for windows for now, meaning you would have to re compile them yes. In the meantime you can use the executable versions in the releases if you don't want to. However, if you do compile them, I would love if you could share them with me, I will make them available for eveyone, it would be super cool. Thank you,

Martin