custom-humans / editable-humans

[CVPR 2023] Learning Locally Editable Virtual Humans
https://custom-humans.github.io/
MIT License
164 stars 11 forks source link

Installation error #5

Closed yejr0229 closed 1 month ago

yejr0229 commented 1 year ago

I can't install tinyobjloader through pip install git+https://github.com/tinyobjloader/tinyobjloader.git@v2.0.0rc8#subdirectory=python,the website "https://github.com/tinyobjloader/tinyobjloader.git@v2.0.0rc8#subdirectory=python" seems like expired,how should I do?

Here is the detailed error: pip install git+https://github.com/tinyobjloader/tinyobjloader.git@v2.0.0rc8#subdirectory=python Collecting git+https://github.com/tinyobjloader/tinyobjloader.git@v2.0.0rc8#subdirectory=python Cloning https://github.com/tinyobjloader/tinyobjloader.git (to revision v2.0.0rc8) to /tmp/pip-req-build-vj7lcb7h Running command git clone --filter=blob:none --quiet https://github.com/tinyobjloader/tinyobjloader.git /tmp/pip-req-build-vj7lcb7h fatal: unable to access 'https://github.com/tinyobjloader/tinyobjloader.git/': Failed to connect to github.com port 443: Connection timed out error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet https://github.com/tinyobjloader/tinyobjloader.git /tmp/pip-req-build-vj7lcb7h did not run successfully. │ exit code: 128 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet https://github.com/tinyobjloader/tinyobjloader.git /tmp/pip-req-build-vj7lcb7h did not run successfully. │ exit code: 128 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

custom-humans commented 1 year ago

Hi I tried to install it again on my PC and it still works.

From your error message, it seems that it's a network or firewall issue?

Can you try to git clone their github repo and try to build it locally? I guess the version doesn't matter here.

Screen Shot 2023-10-26 at 12 01 06 PM