leonid-pishchulin / poseval

Evaluation of multi-person pose estimation and tracking
Other
211 stars 49 forks source link

Can not install via pip install https://github.com/leonid-pishchulin/poseval.git #55

Open padmalcom opened 1 year ago

padmalcom commented 1 year ago

Hi, the recommended way to install poseval does not work locally.

(pose) C:\Users\admin\pose>pip install --no-cache https://github.com/svenkreiss/poseval.git
Collecting https://github.com/svenkreiss/poseval.git
  Downloading https://github.com/svenkreiss/poseval.git
     - 205.0 kB 3.1 MB/s 0:00:00
  ERROR: Cannot unpack file C:\Users\admin\AppData\Local\Temp\pip-unpack-1uy31h6h\poseval.git (downloaded from C:\Users\admin\AppData\Local\Temp\pip-req-build-rbv6emii, content-type: text/html; charset=utf-8); cannot detect archive format
ERROR: Cannot determine archive format of C:\Users\admin\AppData\Local\Temp\pip-req-build-rbv6emii
bmmtstb commented 1 month ago

Should be the same fix as in https://github.com/leonid-pishchulin/poseval/pull/53

using pip install git+https://github.com/svenkreiss/poseval.git works for me.