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

Readme suggestion

p4ulor opened this issue · comments

The root README on this part:

pip install -r requirements.txt

Should have

pip3 install -r requirements.txt
  • Or the installations don't seem to really happen. Otherwise it shows errors of the kind -> "ModuleNotFoundError: No module named 'click' " when I try to execute the vsh scripts/gui.sh, and some of these libraries are from the requirements.txt
  • Note: I installed miniconda (not anaconda)
    I hope I helped someone with the same problem.

What's you installed the system ?

@tzuifurther Sorry I didn't quite understand your question, but if you're referring to my operating system, it's Ubuntu 22.04.2. Maybe I'm wrong regarding the command, but anyways feel free to close this issue if you think this change to the readme isn't relevant. Maybe I Installed pip in a weird way, which leads to this error.

the information show the detail for python3-pip, and it has pip. So I should know the system for PC and how to install python.

I think it's the same error here when try to run "DragGan_UI"
, OS windows 10, Python Python 3.11.6, click and all requirements are installed

Traceback (most recent call last): File "D:\XX\Desktop\DragGAN\draggan_install\DragGAN\visualizer_drag.py", line 9, in <module> import click ModuleNotFoundError: No module named 'click' Press any key to continue . . .