jamesbowman / openexrpython

OpenEXR bindings for Python
Other
94 stars 35 forks source link

OpenEXR installation error #31

Closed jongheeback closed 5 years ago

jongheeback commented 5 years ago

Hi, Currently, I am trying to install openEXR 1.3.0 using 'sudo pip3 install openEXR==1.3.0'. However, error occurs as below. I am working in Ubuntu 16.04 and using Python 3.5.

Please check and let me know some solutions.

error_screenshot

jamesbowman commented 5 years ago

Try this:

sudo apt-get install libz-dev
jongheeback commented 5 years ago

I fixed it. Thanks for your reply :)