XingangPan / DragGAN

Official Code for DragGAN (SIGGRAPH 2023)
https://vcai.mpi-inf.mpg.de/projects/DragGAN/
Other
35.65k stars 3.44k forks source link

ResolvePackageNotFound scipy #401

Open sedghi opened 11 months ago

sedghi commented 11 months ago

Running the M1/M2 command give me this error

CleanShot 2023-10-02 at 08 52 47

Any idea what is wrong?

Djoa1 commented 11 months ago

you need to change for 1.11.1

sedghi commented 11 months ago

@Djoa1 where should I change it?

Djoa1 commented 11 months ago

@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.