Colin97 / DeepMetaHandles

DeepMetaHandles: Learning Deformation Meta-Handles of 3D Meshes with Biharmonic Coordinates
83 stars 6 forks source link

ResolvePackageNotFound: -pytorch3d=0.4.0 #2

Closed kkpetra closed 3 years ago

kkpetra commented 3 years ago

I tried to create a environment form the yml but could not install pytorch3d("ResolvePackageNotFound"). Then I tried to install pytorch3d from other ways like through pip but "Could not find a version that satisfies the requirement pytorch3d=0.4.0". How can I fix this problem?

Colin97 commented 3 years ago

Please follow https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md to use conda install.

kkpetra commented 3 years ago

Please follow https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md to use conda install. Thank you