wmcnally / kapao

KAPAO is an efficient single-stage human pose estimation model that detects keypoints and poses as objects and fuses the detections to predict human poses.
GNU General Public License v3.0
750 stars 103 forks source link

pytube not found during isntallation #87

Open ShuangjunLiu opened 1 year ago

ShuangjunLiu commented 1 year ago

After running: pip install -r requirements.txt Get error to find the pytube repo:

Collecting git+https://github.com/baxterisme/pytube (from -r requirements.txt (line 36)) Cloning https://github.com/baxterisme/pytube to /tmp/pip-req-build-yu8sm76y Running command git clone --filter=blob:none --quiet https://github.com/baxterisme/pytube /tmp/pip-req-build-yu8sm76y remote: Repository not found. fatal: repository 'https://github.com/baxterisme/pytube/' not found error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet https://github.com/baxterisme/pytube /tmp/pip-req-build-yu8sm76y 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/baxterisme/pytube /tmp/pip-req-build-yu8sm76y 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.

Thanks.

hgrandy94 commented 1 year ago

I also saw this error (though I see I am writing this almost a year after you posted)! It seems unfortunately the pytube repo no longer exists. None of the demos will work without this.