Open Dapid opened 7 months ago
A common problem. To overcome ownership issues, I use virtual environments. The wheels you're referring to are all CPU-based. When integrating CUDA acceleration, you're facing too much deviation. Not only the Python version but the CUDA architecture must also be taken into account.
I have successfully installed OpenCV, including the Python bindings.
The problem is that when I install a package that depends on opencv, it will not see this and pull the
python-opencv
wheel, which has fewer capabilities.There is another repo that builds the wheels, would it be possible to integrate that into this script? Or adjust it to generate the right output? If not, we could export the CMake options in this repo into the wheel building script.
The uglier alternative is to create a dummy wheel that serves as a placeholder.