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
While using the python wrapper, I got the following (sporadic) error:
File "/REDACTED/load_functions.py", line 44 in numpy_from_exr
...
<skipping lots of unrelated stack and extension module list>
...
terminate called after throwing an instance of 'Iex_3_2::EioExc'
what(): Error reading pixel data from image file "/REDACTED/ColorFinal_01350.exr". Input/output error.
Fatal Python error: Aborted
I'm not sure what's going on there. This code will be deprecated in the upcoming release and replaced by a new implementation, so the problem should be resolved then, expected by the end of August, for what that's worth.
While using the python wrapper, I got the following (sporadic) error:
The code at line 44 is:
If this exception didn't call terminate, but propagated to Python, then we could decide what to do in application logic.
The text was updated successfully, but these errors were encountered: