Skip to content

The dependency information of the Python package needs to be updated #796

Open
@penguin-wwy

Description

#460 added a dependency on urllib3>=2.0.7, but this version of urllib3 no longer supports Python 3.6 (https://github.com/urllib3/urllib3/blob/2.0.7/pyproject.toml). However, since the setup.py was not updated accordingly, Python 3.6 will still attempt to install versions after PR 245, resulting in the following error.

Collecting tritonclient
  Downloading https://mirrors.tencent.com/yun/pypi/packages/0b/48/5a8750a219c4221622fc5cea9e1d7d818808f4425e02af3c15e899212078/tritonclient-2.50.0-py3-none-manylinux1_x86_64.whl (14.0MB)
    100% |████████████████████████████████| 14.0MB 220.4MB/s 
Collecting numpy<2,>=1.19.1 (from tritonclient)
  Downloading https://mirrors.tencent.com/yun/pypi/packages/45/b2/6c7545bb7a38754d63048c7696804a0d947328125d81bf12beaa692c3ae3/numpy-1.19.5-cp36-cp36m-manylinux1_x86_64.whl (13.4MB)
    100% |████████████████████████████████| 13.4MB 216.2MB/s 
Collecting urllib3>=2.0.7 (from tritonclient)
  Could not find a version that satisfies the requirement urllib3>=2.0.7 (from tritonclient) (from versions: 0.3, 1.0, 1.0.1, 1.0.2, 1.1, 1.2, 1.2.1, 1.2.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.7.1, 1.8, 1.8.2, 1.8.3, 1.9, 1.9.1, 1.10, 1.10.1, 1.10.2, 1.10.3, 1.10.4, 1.11, 1.12, 1.13, 1.13.1, 1.14, 1.15, 1.15.1, 1.16, 1.17, 1.18, 1.18.1, 1.19, 1.19.1, 1.20, 1.21, 1.21.1, 1.22, 1.23, 1.24, 1.24.1, 1.24.2, 1.24.3, 1.25, 1.25.1, 1.25.2, 1.25.3, 1.25.4, 1.25.5, 1.25.6, 1.25.7, 1.25.8, 1.25.9, 1.25.10, 1.25.11, 1.26.0, 1.26.1, 1.26.2, 1.26.3, 1.26.4, 1.26.5, 1.26.6, 1.26.7, 1.26.8, 1.26.9, 1.26.10, 1.26.11, 1.26.12, 1.26.13, 1.26.14, 1.26.15, 1.26.16, 1.26.17, 1.26.18, 1.26.19, 1.26.20)
No matching distribution found for urllib3>=2.0.7 (from tritonclient)

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