custom-humans/editable-humans

Installation error

Closed this issue · 1 comments

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.

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