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
python
Python 3.6.8 |Anaconda, Inc.| (default, Dec 30 2018, 01:22:34)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information. >>> import openexr
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'openexr' >>> import OpenEXR
Traceback (most recent call last):
File "", line 1, in
ImportError: /home/zn/anaconda3/envs/pvnet/lib/python3.6/site-packages/OpenEXR.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZTIN7Iex_2_27BaseExcE
my pc is ubuntu 16 64bit, python3.6
The text was updated successfully, but these errors were encountered:
pip3 install openexr
Using cached https://files.pythonhosted.org/packages/7c/c4/76bf884f59d3137847edf8b93aaf40f6257d8315d0064e8b1a606ad80b1b/OpenEXR-1.3.2.tar.gz
Building wheels for collected packages: openexr
Building wheel for openexr (setup.py) ... done
Stored in directory: /home/zn/.cache/pip/wheels/41/06/9f/c7dc838815b0e7dfc7d7dc19cc3d677edb47594d8489adc62a
Successfully built openexr
Installing collected packages: openexr
Successfully installed openexr-1.3.2
python
Python 3.6.8 |Anaconda, Inc.| (default, Dec 30 2018, 01:22:34)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import openexr
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'openexr'
>>> import OpenEXR
Traceback (most recent call last):
File "", line 1, in
ImportError: /home/zn/anaconda3/envs/pvnet/lib/python3.6/site-packages/OpenEXR.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZTIN7Iex_2_27BaseExcE
my pc is ubuntu 16 64bit, python3.6
The text was updated successfully, but these errors were encountered: