Problem
agent-reach doctor suggests installing Reddit support with:
pip install 'rdt-cli>=0.4.2'
But PyPI currently does not provide rdt-cli 0.4.2, so this fails with:
ERROR: Could not find a version that satisfies the requirement rdt-cli>=0.4.2
ERROR: No matching distribution found for rdt-cli>=0.4.2
What worked
Installing from GitHub worked:
pipx install 'git+https://github.com/public-clis/rdt-cli.git'
This installed:
Suggestion
Please align one of these:
- Publish
rdt-cli 0.4.2 to PyPI
- Change doctor/install hint to use GitHub source
- Lower the minimum required PyPI version if
0.4.1 is actually sufficient
Problem
agent-reach doctorsuggests installing Reddit support with:pip install 'rdt-cli>=0.4.2'But PyPI currently does not provide
rdt-cli0.4.2, so this fails with:What worked
Installing from GitHub worked:
pipx install 'git+https://github.com/public-clis/rdt-cli.git'This installed:
Suggestion
Please align one of these:
rdt-cli 0.4.2to PyPI0.4.1is actually sufficient