You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try to create a env by env.yaml, I occurred the following error:
`Installing pip dependencies: - Ran pip subprocess with arguments:
['/home/jishengyin/anaconda3/envs/minimal-hand-torch/bin/python', '-m', 'pip', 'install', '-U', '-r', '/home/jishengyin/Minimal-Hand-pytorch/condaenv.fk2wa14o.requirements.txt', '--exists-action=b']
Pip subprocess output:
Collecting git+https://github.com/hassony2/manopth.git (from -r /home/jishengyin/Minimal-Hand-pytorch/condaenv.fk2wa14o.requirements.txt (line 10))
Cloning https://github.com/hassony2/manopth.git to /tmp/pip-req-build-slgj4_k1
Collecting art==3.7
Using cached art-3.7-py2.py3-none-any.whl (485 kB)
Collecting chumpy==0.70
Using cached chumpy-0.70.tar.gz (50 kB)
Collecting coverage==4.5.3
Using cached coverage-4.5.3-cp37-cp37m-manylinux1_x86_64.whl (204 kB)
Collecting einops==0.3.0
Using cached einops-0.3.0-py2.py3-none-any.whl (25 kB)
Pip subprocess error:
Running command git clone -q https://github.com/hassony2/manopth.git /tmp/pip-req-build-slgj4_k1
ERROR: Could not find a version that satisfies the requirement manopth==0.0.1
ERROR: No matching distribution found for manopth==0.0.1
failed
CondaEnvException: Pip failed
`
my computer is ubuntu 22.04 LTS , pip version is 24.0
Could you tell me the reason to my problem?Thanks
The text was updated successfully, but these errors were encountered:
when I try to create a env by env.yaml, I occurred the following error:
`Installing pip dependencies: - Ran pip subprocess with arguments:
['/home/jishengyin/anaconda3/envs/minimal-hand-torch/bin/python', '-m', 'pip', 'install', '-U', '-r', '/home/jishengyin/Minimal-Hand-pytorch/condaenv.fk2wa14o.requirements.txt', '--exists-action=b']
Pip subprocess output:
Collecting git+https://github.com/hassony2/manopth.git (from -r /home/jishengyin/Minimal-Hand-pytorch/condaenv.fk2wa14o.requirements.txt (line 10))
Cloning https://github.com/hassony2/manopth.git to /tmp/pip-req-build-slgj4_k1
Collecting art==3.7
Using cached art-3.7-py2.py3-none-any.whl (485 kB)
Collecting chumpy==0.70
Using cached chumpy-0.70.tar.gz (50 kB)
Collecting coverage==4.5.3
Using cached coverage-4.5.3-cp37-cp37m-manylinux1_x86_64.whl (204 kB)
Collecting einops==0.3.0
Using cached einops-0.3.0-py2.py3-none-any.whl (25 kB)
Pip subprocess error:
Running command git clone -q https://github.com/hassony2/manopth.git /tmp/pip-req-build-slgj4_k1
ERROR: Could not find a version that satisfies the requirement manopth==0.0.1
ERROR: No matching distribution found for manopth==0.0.1
failed
CondaEnvException: Pip failed
`
my computer is ubuntu 22.04 LTS , pip version is 24.0
Could you tell me the reason to my problem?Thanks
The text was updated successfully, but these errors were encountered: