DragGAN icon indicating copy to clipboard operation
DragGAN copied to clipboard

ResolvePackageNotFound scipy

Open sedghi opened this issue 2 years ago • 3 comments

Running the M1/M2 command give me this error

CleanShot 2023-10-02 at 08 52 47

Any idea what is wrong?

sedghi avatar Oct 02 '23 12:10 sedghi

you need to change for 1.11.1

Djoa1 avatar Oct 02 '23 23:10 Djoa1

@Djoa1 where should I change it?

sedghi avatar Oct 03 '23 00:10 sedghi

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

Djoa1 avatar Oct 03 '23 00:10 Djoa1