version conflict numpy and cv2

Author: omikron88Created Sep 24, 2025Updated Feb 25, 2026

Hello, How to install and make it working? In both Win and Linux it says that numpy is compiled with one ABI version but cv2 with another. And it crashes.

How did I install it?

conda create -n generative-models python=3.10 conda activate generative-models

git clone https://github.com/Stability-AI/generative-models.git cd generative-models

pip install wheel pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 pip install -r .\requirements\pt2.txt pip install .

python -m scripts.demo.gradio_app_sv4d

Source: Stability-AI/generative-models