garvita-tiwari/PoseNDF

Dependencies installation

tommyshelby4 opened this issue · 8 comments

I am trying to solve the conda environment and I get this error:
image
Any ideas?

Is there anynody who has successfully completed the environment setup who can provide me with their conda version number?

I am using : conda 4.8.3
If you requirements.txt file doesn't work for you .
You can also install the following libraries using pip.
pip install trimesh scipy smplx

for pytorch3d: https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md

So I totally skip the conda environment and just install dependencies with pip? I have also tried this but I have an issue with ps-bodymesh0.3 which pip does not seem to find. Could you provide any assistance on this??????

Any suggestions?

The current version of code will work without ps-bodymesh library. So you don't need to install it.
Thanks for pointing out. I will update the requirements.txt

Thank you very much for your responses!

I am using : conda 4.8.3 If you requirements.txt file doesn't work for you . You can also install the following libraries using pip. pip install trimesh scipy smplx

for pytorch3d: https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md

I followed this @garvita-tiwari . When I run conda install pytorch3d=0.5.0 -c pytorch3d I got:

UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:

Specifications:

  - pytorch3d=0.5.0 -> python[version='>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.5,<3.6.0a0']

Now it seems conflict with python=3.8.12 stated in requirements.txt

I am using : conda 4.8.3 If you requirements.txt file doesn't work for you . You can also install the following libraries using pip. pip install trimesh scipy smplx
for pytorch3d: https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md

I followed this @garvita-tiwari . When I run conda install pytorch3d=0.5.0 -c pytorch3d I got:

UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:

Specifications:

  - pytorch3d=0.5.0 -> python[version='>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.5,<3.6.0a0']

Now it seems conflict with python=3.8.12 stated in requirements.txt

I have updated requirement.txt and INSTALL instruction, so that it is compatible with new pytorch3d version. This new environment is tested with python3.9. Please follow the steps in INSTALL.MD.