qinglew / PCN-PyTorch

Implementation of PCN(Point Completion Network) in PyTorch.
141 stars 33 forks source link

No module name Imath in process_exr.py #23

Open hiepbk opened 2 years ago

hiepbk commented 2 years ago

Hello author, I tried to run this file process_exr.py and got the error: Traceback (most recent call last): File "process_exr.py", line 25, in import Imath ModuleNotFoundError: No module named 'Imath' I tried to install Imath and OpenEXR from pip or conda, but it didn't work.

hiepbk commented 2 years ago

I already fixed this error by using this command: pip --no-cache-dir install OpenEXR It installed OpenEXR 1.38 with Imath. However, there was a new error occurred: File "process_exr.py", line 26, in import OpenEXR ImportError: libIex-3_1.so.30: cannot open shared object file: No such file or directory