You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
There is an alternative way without editing setup.py (originally found it here):
Install through brew:
brew install openexr
Define these:
# These environment variables are required for OpenEXR pip package to compileexport CFLAGS="-I/opt/homebrew/include/OpenEXR -I/opt/homebrew/include/Imath -std=c++11"export LDFLAGS="-L/opt/homebrew/lib"
Install:
pip install openexr
I hope this helps!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The error I get when I run
pip install openexr
from PyCharm Terminal on Mac M2, Ventura 13.4.1 Computer.It didn't work either when I ran these commands:
git clone https://github.com/sanguinariojoe/pip-openexr.git
cd pip-openexr
sudo python setup.py install
and I got the same error:
The text was updated successfully, but these errors were encountered: