Closed biesseck closed 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 "=").
Nice catch. Thank you! Already fixed.
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":
SOLUTION: use pytorch3d=0.7.0=py38_cu113_pyt1110 (replace the "-" by "=").