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
508 stars 101 forks source link

OpenEXR install failed, I use http://www.excamera.com/sphinx/articles-openexr.html instead #1

Closed yuanxy92 closed 6 years ago

yuanxy92 commented 6 years ago

pip install OpenEXR failed. (I use python3)

I install OpenEXR using easy_install: http://www.excamera.com/sphinx/articles-openexr.html

nidetaoge commented 6 years ago

Wow...Yuanxiao~

jaisonoh commented 6 years ago

Try unofficial OpenEXR binary for windows. https://www.lfd.uci.edu/~gohlke/pythonlibs/

You can find OpenEXR whl file and download it. And then, execute following python command for install whl

python -m pip install OpenEXR-1.3.0-cp36-cp36m-win_amd64.whl
zkailinzhang commented 5 years ago

@jaisonoh , is there OpenEXR whl for ubuntu?