XingangPan / DragGAN

Official Code for DragGAN (SIGGRAPH 2023)

Home Page:https://vcai.mpi-inf.mpg.de/projects/DragGAN/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ResolvePackageNotFound scipy

sedghi opened this issue · comments

Running the M1/M2 command give me this error

CleanShot 2023-10-02 at 08 52 47

Any idea what is wrong?

you need to change for 1.11.1

@Djoa1 where should I change it?

@sedghi In the 'environment.yml' file, you should change 'scipy=1.11.0' for 1.11.1 or 'scipy==1.11.0', and you may also need to update the 'cudatoolkit' version to 11.3.1.