Olli-Pekka Heinisuo
Olli-Pekka Heinisuo
In case you're interested, I have made my own version of BozoCrack with Python. There are some enchanments etc. https://github.com/skvark/PyCrack
It indeed seems that OpenCV does a build-time check for that flag. As you suggested, most likely the only solution is to provide separately built wheels for 10.14+. I'll have...
There are no PyPy wheels, see: https://github.com/opencv/opencv-python/issues/195
See earlier discussion about the icons here: https://github.com/opencv/opencv-python/issues/213#issuecomment-545286891
There's no OpenGL installed in the CentOS 5 environment where the Qt has been built. There might be some old Mesa implementation available for the CentOS 5. After that a...
Enabling FFmpeg GPL extensions can be very easily done by just changing the build settings in the Dockerfiles and macOS build scripts in this repository or just by building locally...
If you read my comment, the issue is not GPL but **patents**. Read the legal info about FFmpeg here: https://www.ffmpeg.org/legal.html I'm sure someone from the OpenCV team will express their...
Afaik viz module requires that OpenCV is built with VTK. These packages are not built with it. It might be possible to enable the viz module in the future given...
I'll look into this after I've solved some issues which are currently blocking Linux builds.
Sorry for the slow response. I'm not very familiar with PyPy, but for example [this issue](https://bitbucket.org/pypy/pypy/issues/2617/) suggests that PyPy is not yet compatible with the manylinux1 spec. Additionally, [this repository](https://github.com/antocuni/pypy-wheels)...