Open
Description
Describe the bug you encountered:
I am running the latest python:3.12-alpine docker image and I am unable to install the pip package newer than 0.8.6.
...
What did you expect to happen instead?
If I run pip install pyroscope-io==0.8.8
I should be able to install the python whl file. This is on x86_64
/ # pip install pyroscope-io==0.8.8
ERROR: Could not find a version that satisfies the requirement pyroscope-io==0.8.8 (from versions: 0.3.0, 0.3.1, 0.3.2, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.5.0, 0.5.1, 0.6.0, 0.7.0, 0.7.1, 0.7.2, 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6)
ERROR: No matching distribution found for pyroscope-io==0.8.8
/ # pip install pyroscope-io==0.8.10
ERROR: Could not find a version that satisfies the requirement pyroscope-io==0.8.10 (from versions: 0.3.0, 0.3.1, 0.3.2, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.5.0, 0.5.1, 0.6.0, 0.7.0, 0.7.1, 0.7.2, 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6)
ERROR: No matching distribution found for pyroscope-io==0.8.10
...
How did you install pyroscope-rs
?
I used the command above and pip install command
pyroscope-rs version and environment
0.8.6, docker.io/python:3.12-alpine