AmenRa / ranx

⚡️A Blazing-Fast Python Library for Ranking Evaluation, Comparison, and Fusion 🐍
https://amenra.github.io/ranx
MIT License
427 stars 23 forks source link

[BUG] Could not find a version that satisfies the requirement ranx #34

Closed celsofranssa closed 1 year ago

celsofranssa commented 1 year ago

Describe the bug Could not find a version that satisfies the requirement ranx (pip3 install ranx)

Distributor ID: Ubuntu
Description:    Ubuntu 18.04.6 LTS
Release:    18.04
Codename:   bionic

pip 21.3.1 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6)

Error message:

ERROR: Could not find a version that satisfies the requirement ranx (from versions: none)
ERROR: No matching distribution found for ranx
AmenRa commented 1 year ago

This is not a bug, ranx requires Python >= 3.7.

celsofranssa commented 1 year ago

This is not a bug, ranx requires Python >= 3.7.

Sorry, I could not find this requirement in the documentation.

AmenRa commented 1 year ago

No problem. Python 3.7 is from mid-2018, that's why I did not write it down. You can find all the requirements and dependencies in setup.py.

celsofranssa commented 1 year ago

No problem. Python 3.7 is from mid-2018, that's why I did not write it down. You can find all the requirements and dependencies in setup.py.

I understand, but in addition to the ranx, a project is often composed of a set of packages (some requiring a specific Python version). Then, I'd like to suggest completing the documentation with the requirements.