Obotframework-seleniumlibrary == 6.5.0 missed

For our tests we are using robotframework-seleniumlibrary == 6.5.0. I see setups are failed with:
ERROR: Could not find a version that satisfies the requirement robotframework-seleniumlibrary==6.5.0 (from versions: 2.9.2, 3.0.0a2, 3.0.0b1, 3.0.0b3, 3.0.0rc1, 3.0.0rc2, 3.0.0, 3.0.1, 3.1.0a1, 3.1.0a2, 3.1.0, 3.1.1, 3.2.0rc1, 3.2.0, 3.3.0, 3.3.1, 4.0.0a1, 4.0.0a2, 4.0.0b1, 4.0.0rc1, 4.0.0, 4.1.0rc1, 4.1.0, 4.2.0rc1, 4.2.0, 4.3.0rc1, 4.3.0, 4.4.0rc1, 4.4.0rc2, 4.4.0rc3, 4.4.0, 4.5.0rc1, 4.5.0rc2, 4.5.0, 5.0.0a1, 5.0.0a2, 5.0.0a3, 5.0.0b1, 5.0.0, 5.0.1, 5.1.0, 5.1.1, 5.1.2, 5.1.3, 6.0.0rc1, 6.0.0, 6.1.0rc1, 6.1.0, 6.1.1rc1, 6.1.1, 6.1.2rc1, 6.1.2, 6.1.3b1, 6.1.3, 6.2.0rc1, 6.2.0, 6.3.0rc1, 6.3.0rc2, 6.3.0, 6.6.1, 6.7.0rc1, 6.7.0)

138

ERROR: No matching distribution found for robotframework-seleniumlibrary==6.5.0

Issue reported No distribution for robotframework-seleniumlibrary == 6.5.0 · Issue #17538 · pypi/warehouse · GitHub

https://pypi.org/project/robotframework-seleniumlibrary/6.5.0/#files … there’s source distribution and wheel available and those where uploaded Jun 15, 2024.

By any change are you using some sort of pip mirror like Artifactory or similar ?

Another reason could be the assosiated classifiers:

Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11

So if you are running on python < 3.8 or >= 3.12 - that could be the reason.

1 Like

Thank you, it is good with 3.11