mkocabas / VIBE

Official implementation of CVPR2020 paper "VIBE: Video Inference for Human Body Pose and Shape Estimation"
https://arxiv.org/abs/1912.05656
Other
2.88k stars 548 forks source link

[BUG] Check the logs for full command output #200

Open msx-123 opened 3 years ago

msx-123 commented 3 years ago

Thank you for your work. I follow the windows tutorial. But when I run install_conda.bat this step There is a error: ERROR: Command errored out with exit status 128: git clone -q https://github.com/giacaglia/pytube.git 'C:\Users\msx\AppData\Local\Temp\pip-req-build-f39f591v' Check the logs for full command output. 报错1 who can help me, thank for your help.

carlosedubarreto commented 3 years ago

Looks like its a problem downloading from the https://github.com/giacaglia/pytube.git link. You could try to install it using

pip install pytube

and ignore that error, and try to use Vibe.

And I guess, that error wont cause you problems using vibe if you are using on downloaded videos.

msx-123 commented 3 years ago

Looks like its a problem downloading from the https://github.com/giacaglia/pytube.git link. You could try to install it using

pip install pytube

and ignore that error, and try to use Vibe.

And I guess, that error wont cause you problems using vibe if you are using on downloaded videos.

Looks like its a problem downloading from the https://github.com/giacaglia/pytube.git link. You could try to install it using

pip install pytube

and ignore that error, and try to use Vibe.

And I guess, that error wont cause you problems using vibe if you are using on downloaded videos.

Thank you for your advice. But I tried it. It didn't work. Do you have any other better suggestions?

carlosedubarreto commented 3 years ago

what error showed up when you tried vibe?