bharat-b7 / RVH_Mesh_Registration

Code to fit SMPL model to scans
179 stars 21 forks source link

Requirements.txt file #21

Open sizekick-manu opened 9 months ago

sizekick-manu commented 9 months ago

Creation of the conda environment using the requirements.txt results in the following error:

`Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.`

Does the requirement file need to be edited to reflect the newer package versions that are available? Since the packages are not being installed with the versions mentioned.

YH188 commented 7 months ago

Hello, have you resolved the issue you mentioned? I have also encountered the same problem. @sizekick-manu

sizekick-manu commented 7 months ago

Hello @YH188 , Unfortunately, I could not and had to move on to a different project for what I wanted to do.

ar-ambuj23 commented 5 months ago

Hi @YH188 @sizekick-manu

Please refer to this PR: https://github.com/bharat-b7/RVH_Mesh_Registration/pull/18 And you can use the requirements.yaml file

@bharat-b7 Maybe you can merge this PR? Thanks.