Zielon / MICA

MICA - Towards Metrical Reconstruction of Human Faces [ECCV2022]
https://zielon.github.io/mica/
Other
551 stars 78 forks source link

Possible typing error at line 149 of the "environment.yml" file #21

Closed biesseck closed 2 years ago

biesseck commented 2 years ago

While trying to install and create the MICA env by running the "install.sh" script, conda showed the following error when running "conda env create -f environment.yml":

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

ResolvePackageNotFound: 
  - pytorch3d-0.7.0-py38_cu113_pyt1110 (line 149)

SOLUTION: use pytorch3d=0.7.0=py38_cu113_pyt1110 (replace the "-" by "=").

Zielon commented 2 years ago

Nice catch. Thank you! Already fixed.