ZPdesu / Barbershop

Barbershop: GAN-based Image Compositing using Segmentation Masks (SIGGRAPH Asia 2021)
https://zpdesu.github.io/Barbershop/
MIT License
1.35k stars 265 forks source link

can't use the command conda env create -f environment/environment.yaml (different packages that are not found every time I ran the command) #63

Open RanHarpaz10 opened 1 year ago

RanHarpaz10 commented 1 year ago

Collecting package metadata (repodata.json): done Solving environment: failed

ResolvePackageNotFound:

xuelangqingkong commented 1 year ago

Same issue ? Any updates?

RanHarpaz10 commented 1 year ago

unfortunately no

mengmajun commented 1 year ago

me too

eralds commented 1 year ago

It might be a platform specific issue according to this thread https://stackoverflow.com/questions/48439159/failed-to-create-anaconda-environment-resolvepackagenotfound. It wasn't working for me on windows but it works fine on anaconda for wsl. I used this tutorial (https://gist.github.com/kauffmanes/5e74916617f9993bc3479f401dfec7da) to get it working.

atharva-p commented 2 months ago

the file that they're using is named environment.yml. if you use .yaml it will not work