Skip to content

version conflict numpy and cv2 #460

@omikron88

Description

@omikron88

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions