This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Cannot import OpenEXR after installing it #34
Comments
Hey Mona!
This repo is about to get closed because the python wrapper is getting
integrated onto the openexr library.
I suppose these bugs will not be there anymore
…On Mon, 23 Oct 2023, 15:14 Mona Jalal, ***@***.***> wrote:
Can you please suggest a solution?
(pvrendering) (base) ***@***.***:~/pvnet-rendering$ sudo pip install openexr
Collecting openexr
Using cached OpenEXR-1.3.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)
Installing collected packages: openexr
Successfully installed openexr-1.3.9
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
(pvrendering) (base) ***@***.***:~/pvnet-rendering$ python run.py --type rendering
Traceback (most recent call last):
File "run.py", line 24, in <module>
globals()['run_' + args.type]()
File "run.py", line 11, in run_rendering
from blender.render_utils import Renderer, YCBRenderer
File "/home/mona/pvnet-rendering/blender/render_utils.py", line 9, in <module>
import OpenEXR
ImportError: No module named 'OpenEXR'
(pvrendering) (base) ***@***.***:~/pvnet-rendering$ python
Python 3.5.3 (default, May 18 2017, 14:40:48)
[GCC 5.4.1 20161019] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import OpenEXR
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'OpenEXR'
>>> import openexr
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'openexr'
>>> quit()
—
Reply to this email directly, view it on GitHub
<#34>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMXKKAAYUE6J2LCZ5B3IY3YAZUTHAVCNFSM6AAAAAA6MB27J2VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE2TOMJTHE3TEOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@sanguinariojoe thanks a lot for your response. Any chance you may know how I can stay in the know when the new change will be effective? Is there a release date? |
You can follow the process here:
AcademySoftwareFoundation/openexr#1581 (comment)
You can even give thumbs up or left comments to try to push them a bit to
merge it fast
…On Mon, 23 Oct 2023, 21:00 Mona Jalal, ***@***.***> wrote:
@sanguinariojoe <https://github.com/sanguinariojoe> thanks a lot for your
response. Any chance you may know how I can stay in the know when the new
change will be effective? Is there a release date?
—
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMXKKF6XKOP6PMMTJS4Y2DYA25FZAVCNFSM6AAAAAA6MB27J2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZVHA2DEMBYGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can you please suggest a solution?
This is really weird because after installation, the package doesn't show in pip show result:
The text was updated successfully, but these errors were encountered: