I was trying to use SurgUI through a fresh Anaconda virtual environment with Python 3.10.14. I ran pip install -r requirements.txt but opencv-python keeps failing to build.
Could you fix this?
Not sure what would work, but maybe dockerizing this app? or specifying exactly which distribution of opencv-python we should be using in the requirements file?
Hi,
I was trying to use SurgUI through a fresh Anaconda virtual environment with Python 3.10.14. I ran
pip install -r requirements.txt
but opencv-python keeps failing to build.I am currently running Apple M1 Max. Downloaded and installed VLC 3.0.21 for macOS (arm64 distribution).
Could you fix this? Not sure what would work, but maybe dockerizing this app? or specifying exactly which distribution of opencv-python we should be using in the requirements file?
Thank you, William