Sebastian Grans
Sebastian Grans
Pinging @JablonskiMateusz :)
This *might* help. But probably not. If you download the package ``` pip download openexr ``` and then modify `setup.p` to have the following line: ``` include_dirs=['/usr/include/OpenEXR', '/usr/local/include/OpenEXR', '/opt/local/include/OpenEXR', '/usr/local/Cellar/imath/3.0.4/include/Imath'],...
@SarahChane98: I didn't solve it, but I discovered that OpenCV can import EXR files as well. You can install it via `pip` as the package `opencv-python`. ``` import cv2 im...
Somehow I ended up coming back to needing this package. I'm not exactly sure what's going on, but it has something to do with which C++ standard is used when...
I haven't used this demo in a while. I'll have a look at it when I have time to see if I can figure out what's going on. :)
@Zeleni9 Sorry for the long wait. I have now had time to investigate this and have made some corrections to fix the lookup error. I couldn't replicate the second error...
`check_formatting.sh` contains code that was original from [this](https://github.com/rgasper/python-black-pull-request-action) project and is licensed under MIT. While this repo has the Apache 2.0 license. They seem to be "compatible" based on [this](https://vaadin.com/forum/thread/17682720/using-an-mit-apache-license-in-a-closed-source-project)...
I'm seeing this issue as well. Would be great if this could be opened again :)
@okken Friendly ping! Not sure if you receive any notifications from this :)