UniDepth icon indicating copy to clipboard operation
UniDepth copied to clipboard

Can't install due to malformed requirements.txt

Open deivse opened this issue 1 year ago • 1 comments

Hi, in the requirements.txt from last commit there's a new line:

pytorch3d @ "git+https://github.com/facebookresearch/pytorch3d.git@stable"

However I think it should be

pytorch3d @ git+https://github.com/facebookresearch/pytorch3d.git@stable

instead (without the double quotes). Currently I get the following error when trying to install with pip 25.0.1:

ERROR: Could not install packages due to an OSError: No connection adapters were found for '"git+https://github.com/facebookresearch/pytorch3d.git@stable"'

I tested, and removing the quotation marks around the url resolves this.

deivse avatar Mar 02 '25 12:03 deivse

Thank you for pointing out this one! That has been changed in the latest commit and will be merged.

lpiccinelli-eth avatar Mar 03 '25 07:03 lpiccinelli-eth