UniDepth
UniDepth copied to clipboard
Can't install due to malformed requirements.txt
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.
Thank you for pointing out this one! That has been changed in the latest commit and will be merged.