opencv-python and similar isn't installing at all in a venv set up with uv venv --relocatable --python 3.12 python_embedded (python_embedded) PS D:\appmana\appmana-comfyui\src\python_embedded_test> uv ...
cd chromeister && make all -C src/ && python3 -m venv chromeisterenv && source chromeisterenv/bin/activate && pip install -r src/requirements.txt I have the following ...