pipでOpenEXRをダウンロードしたいのですが
pip install OpenEXR
pip install OpenEXR --user
pip3 install OpenEXR
pip3 install OPenEXR --user
のどれを行っても
ERROR: Command errored out with exit status 1: command: /Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/72/fl6l29ds4xvbv0zcgdzj4wc00000gn/T/pip-install-aitio1ji/openexr_8b605edf4d194c159b6584d3802a186b/setup.py'"'"'; __file__='"'"'/private/var/folders/72/fl6l29ds4xvbv0zcgdzj4wc00000gn/T/pip-install-aitio1ji/openexr_8b605edf4d194c159b6584d3802a186b/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/72/fl6l29ds4xvbv0zcgdzj4wc00000gn/T/pip-record-v3wpp80l/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /Users/1831083/Library/Python/3.7/include/python3.7m/openexr cwd: /private/var/folders/72/fl6l29ds4xvbv0zcgdzj4wc00000gn/T/pip-install-aitio1ji/openexr_8b605edf4d194c159b6584d3802a186b/ Complete output (222 lines): running install running build running build_py creating build creating build/lib.macosx-10.9-x86_64-3.7 copying Imath.py -> build/lib.macosx-10.9-x86_64-3.7 running build_ext building 'OpenEXR' extension creating build/temp.macosx-10.9-x86_64-3.7 gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -I/usr/include/OpenEXR -I/usr/local/include/OpenEXR -I/opt/local/include/OpenEXR -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c OpenEXR.cpp -o build/temp.macosx-10.9-x86_64-3.7/OpenEXR.o -g -DVERSION="1.3.2" In file included from OpenEXR.cpp:36: In file included from /usr/local/include/OpenEXR/ImathBox.h:65: In file included from /usr/local/include/OpenEXR/ImathVec.h:46: In file included from /usr/local/include/OpenEXR/ImathExc.h:47: ・ ・ ・ ERROR: Command errored out with exit status 1: /Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/72/fl6l29ds4xvbv0zcgdzj4wc00000gn/T/pip-install-aitio1ji/openexr_8b605edf4d194c159b6584d3802a186b/setup.py'"'"'; __file__='"'"'/private/var/folders/72/fl6l29ds4xvbv0zcgdzj4wc00000gn/T/pip-install-aitio1ji/openexr_8b605edf4d194c159b6584d3802a186b/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/72/fl6l29ds4xvbv0zcgdzj4wc00000gn/T/pip-record-v3wpp80l/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /Users/1831083/Library/Python/3.7/include/python3.7m/openexr Check the logs for full command output.
となってしまいます。
調べてもMacにダウンロードできてもubuntuにできないしかのっておらず、解決策がわかりません。
どなたか、pipでダウンロードできるようにするにはどうすればいいの教えてください。
brew install openexr
は既にしてあります。
環境はMacOSです。
回答2件
あなたの回答
tips
プレビュー