gabrieleilertsen / hdrcnn

HDR image reconstruction from a single exposure using deep CNNs
https://computergraphics.on.liu.se/hdrcnn/
BSD 3-Clause "New" or "Revised" License
502 stars 101 forks source link

import OpenEXR, an error of undefined symbol _ZNK7Imf_2_214TypedAttributeISsE12writeValueToERNS_7OStreamEi #25

Closed zkk0911 closed 4 years ago

zkk0911 commented 5 years ago

import OpenEXR

ImportError: python3.5/site-packages/OpenEXR.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZNK7Imf_2_214TypedAttributeISsE12writeValueToERNS_7OStreamEi

I work in linux server,and the OpenEXR has been installed successfully. There is an undefined symbol error when trying the command ‘’python hdrcnn_predict.py xxx”. Is there anyone met such issue, thanks

ChuangbinC commented 5 years ago

@zkk0911 Do you solve the problem? I have the same error.

zkk0911 commented 5 years ago

no, It‘s really a problem, I try different python versions and building the OpenEXR sources and installing in different ways, but it does‘t work

ChuangbinC commented 5 years ago

@zkk0911 I am sorry to ask you if you solve the problem again and could you give me your email so we can talk about this problem.

ChuangbinC commented 5 years ago

@zkk0911 Hi,I have solved this problem and reference to https://blog.csdn.net/qq_24306353/article/details/89111971

zkk0911 commented 5 years ago

Thank you @ChuangbinC, I will try.