Aidan Hood
Results
2
comments of
Aidan Hood
> After tinkering around it with some more. I think the hard pinned dependency on opencv-contrib-python is causing a lot of problem > > ``` > ❯ pip install opencv-contrib-python...
A workaround which works on my M1 Mac: - Download source code locally - In requirements.txt, update to opencv-contrib-python==4.6.0.66 - Pip install -r requirements.txt - python setup.py install This works...