XingangPan / DragGAN

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

Install issue on M2 Max #147

Open edit0r1593 opened 1 year ago

edit0r1593 commented 1 year ago

I receive error during installation of pip dependencies:

ERROR: Invalid requirement: 'scipy=1.11.0'

It appears that the file created 'condaenv.20ea6o9b.requirements.txt' during the install requires ==

ealton commented 1 year ago

i got around it by moving scipy to pip section in environment.yml

edit0r1593 commented 1 year ago

Yeah I did that when receiving the error at the environment creating stage. After moving scipy to pip that solved it. But then I got hit with the above error.

glmcz commented 1 year ago

On Mac M1 I just decreased the version of scipy to scipy=1.10.1 and was able to run demo with lions.