I was able to get OpenEXR to install by adding -std=c++11
to the extra_compile_flags
in setup.py, as Igritz and peterhillman suggested. Here's the file with it added:
#689
Milestone
I was able to get OpenEXR to install by adding
-std=c++11
to theextra_compile_flags
in setup.py, as Igritz and peterhillman suggested. Here's the file with it added:Then, I did
python setup.py install
in the terminal.Originally posted by @richbobo in #567 (comment)
The text was updated successfully, but these errors were encountered: