openexrpython
openexrpython copied to clipboard
import-im6.q16: not authorized `openexrpython' @ error/constitute.c/WriteImage/1037
I installed the package in a conda environment with "pip3 install git+https://github.com/jamesbowman/openexrpython.git"
Installation works fine, but when I run "import openexrpython" I get the error stated in the headline.
Any ideas?
System information:
- python 3.6.7
- conda 4.5.12
- ubuntu 18
- I have also openexr installed in my system python3 (not conda-environment). However, as far as I understand, this should not affect the conda environment?!
you should be running import openexrpython
in a python console and NOT in a bash