Open jagdeepsb opened 9 months ago
Hello, I'm trying to install the repo and noticed some dependency conflicts.
Namely, environment.yaml specifies:
environment.yaml
- python=3.7 - pytorch=1.8.0
However, the install instructions for the package pytorch3d require the following:
pytorch3d
Attempting to install with a later python version (I tried 3.8 and 3.9) seems to create other install issues (pip attempts to install pickle5 which should not be needed in python > 3.7).
3.8
3.9
pickle5
3.7
Any advice for how to resolve this?
Hi~ How did you resolve the dependency problem?
Hello, I'm trying to install the repo and noticed some dependency conflicts.
Namely,
environment.yaml
specifies:However, the install instructions for the package
pytorch3d
require the following:Attempting to install with a later python version (I tried
3.8
and3.9
) seems to create other install issues (pip attempts to installpickle5
which should not be needed in python >3.7
).Any advice for how to resolve this?