Andrew Pouliot
Andrew Pouliot
@zpao is there any workaround so I can get the project building? Want to contribute to this project!
Had the same issue, did you find a good workaround?
I was able to work around this on macOS by disabling app sandboxing for the test host app. in Entitlements.plist: ```diff + com.apple.security.app-sandbox + ``` As far as I see...
Yes, I have encountered the same issue. In my case, moving to 512x512, I needed to make the following changes: - add additional residual blocks to get to 7 total...
@TobyRoseman this is on Ubuntu 18.04.2, python 3.6 in a virtualenv. Steady state I have about 13910076 free.
Did someone resolve this by now? I'm seeing this crash and I'm not sure how to work around it.
@alvinsight is this blocking you? just a test case, doesn't affect usage of the library.
Hey, I thought this project was really cool and started working on the 2.8 support: https://github.com/darknoon/bpy_lambda/tree/blender-280-py-37 - Had to update to CMake 3, not sure if it's documented somewhere -...
@nestarz I tried installing Python 2.7 as well with ``` RUN yum install python27 -y ``` but it still doesn't find it. It's not clear that OpenEXR actually needs python...
I made progress by turning off building OpenEXR python bindings with a patch to `install_deps.sh` Hit this, I think I might need to use clang instead of gcc. ``` [...