astra-vision / CoMoGAN

CoMoGAN: continuous model-guided image-to-image translation. CVPR 2021 oral.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I had a problem when building the environment for this project.

PrLeung opened this issue · comments

I created the conda environment under the guidance of README.md. However, my terminal threw the errors as below:
Solving environment: failed

ResolvePackageNotFound:

  • libpng==1.6.37=hbc83047_0
  • xz==5.2.5=h7b6447c_0
  • tornado==6.1=py37h27cfd23_0
  • readline==7.0=h7b6447c_5
  • dbus==1.13.18=hb2f20db_0
  • mkl_random==1.1.1=py37h0573a6f_0
  • expat==2.2.10=he6710b0_2
  • libgcc-ng==9.1.0=hdf63c60_0
  • mkl_fft==1.3.0=py37h54f3939_0
  • lz4-c==1.9.3=h2531618_0
  • pcre==8.44=he6710b0_0
  • ninja==1.10.2=py37hff7bd54_0
  • sqlite==3.33.0=h62c20be_0
  • six==1.15.0=py37h06a4308_0
  • libuuid==1.0.3=h1bed415_2
    etc.
    I wonder how can I solve this problem?