GoogleCloudPlatform / PerfKitBenchmarker

PerfKit Benchmarker (PKB) contains a set of benchmarks to measure and compare cloud offerings. The benchmarks use default settings to reflect what most users will see. PerfKit Benchmarker is licensed under the Apache 2 license terms. Please make sure to read, understand and agree to the terms of the LICENSE and CONTRIBUTING files before proceeding.
https://googlecloudplatform.github.io/PerfKitBenchmarker/
Apache License 2.0
1.89k stars 478 forks source link

Requirements Error #4994

Closed gendeb closed 5 days ago

gendeb commented 3 weeks ago

https://pypi.org:443 "GET /simple/perfkitbenchmarker-requires-python-311/ HTTP/1.1" 404 13 Status code 404 not in (200, 203, 300, 301, 308) Could not fetch URL https://pypi.org/simple/perfkitbenchmarker-requires-python-311/: 404 Client Error: Not Found for url: https://pypi.org/simple/perfkitbenchmarker-requires-python-311/ - skipping Skipping link: not a file: https://pypi.org/simple/perfkitbenchmarker-requires-python-311/ Given no hashes to check 0 links for project 'perfkitbenchmarker-requires-python-311': discarding no candidates ERROR: Ignored the following versions that require a different python version: 0.24 Requires-Python >=3.10; 0.24rc2 Requires-Python >=3.10 ERROR: Could not find a version that satisfies the requirement PerfkitBenchmarker_requires_Python_311 (from versions: none) ERROR: No matching distribution found for PerfkitBenchmarker_requires_Python_311

I have the Python Python 3.9.6 and pip 24.1.2 Is there any incompatibility?

jellyfishcake commented 2 weeks ago

PerfKitBenchmarker requires 3.11+ and is tested on Python 3.11. You can try updating python.