richard-vock
richard-vock
FWIW I wanted to experiment a bit with generator and did exactly what chausner proposed over here: https://github.com/richard-vock/cppcoro (also added a conanfile) I'm currently not using cppcoro in production, so...
I have the same problem using poetry: × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [8 lines of output] Traceback (most recent call last): File...
In my case a apt install libturbojpeg0-dev libopencv-dev (before pip/poetry install) fixed it. Note that installing `libopencv-dev` alone did not suffice.