multi-cam-reid
multi-cam-reid copied to clipboard
requirements.txt no matching distribution issue
The README states compatibility with Python>=3.6:
This project is compatible with Python >= 3.6 and uses both Pytorch and Tensorflow at its backend.
Attempting to install requirements.txt with Python 3.8 results in the following error:
ERROR: Ignored the following versions that require a different python version: 0.13.0 Requires-Python >=3.8; 0.13.0rc0 Requires-Python >=3.8; 0.13.1 Requires-Python >=3.8; 0.13.2 Requires-Python >=3.8; 2.0.8 Requires-Python >=3.9
ERROR: Could not find a version that satisfies the requirement torch==1.10.1+cu113 (from versions: 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1)
ERROR: No matching distribution found for torch==1.10.1+cu113
Versions 3.7 and 3.11 also hit similar no matching distribution errors.
Might be good to review the requirements.txt package versions.
Hi! I'm no longer maintaining this project. Feel free to submit a PR. Thanks :)