Madhawa Vidanapathirana

Results 5 comments of Madhawa Vidanapathirana

Hi, This is because OpenCV requries `-std=c++11` compiler flag. To fix, try the following: At the line 33 of [setup.py](https://github.com/madhawav/YOLO3-4-Py/blob/b09a943f853b372b5a9ca3570bf988287c2904bd/src/setup.py#L33) file, add the following two lines: ```python extra_compile_args += ["-std=c++11"]...

Hi, can you share the full error log? Thanks

Hi, Check this PR: https://github.com/LeiaInc/pyrender/commit/f933ba1d96a75fb4ede325a7f6d4b7667bf2f917

@jakelewis3d Did you get it working? Or did you find an alternate solution?

I have only tested this on the mentioned version of blender in Linux.