Skip to content

doctor suggests rdt-cli>=0.4.2, but PyPI only provides up to 0.4.1 #10

Description

@stoner-byte

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:

rdt-cli 0.4.2

Suggestion

Please align one of these:

  1. Publish rdt-cli 0.4.2 to PyPI
  2. Change doctor/install hint to use GitHub source
  3. Lower the minimum required PyPI version if 0.4.1 is actually sufficient

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions