brandontrabucco / da-fusion

Effective Data Augmentation With Diffusion Models
MIT License
221 stars 18 forks source link

Error while installing #7

Closed Sreyan88 closed 1 year ago

Sreyan88 commented 1 year ago

Hi there!

Great repo and great work! I encountered an error while installing:

When I do this: pip install -e da-fusion

It throws this error:

ERROR: da-fusion is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).

brandontrabucco commented 1 year ago

Hello Sreyan88,

calling pip install -e /path/to/da-fusion

will install the directory /path/to/da-fusion as a python package. Can you confirm the directory exists and which folder your terminal is in when you are installing?

Sreyan88 commented 1 year ago

Yes sorry for the confusion I did cd before running the command by mistake!