Closed PETERCHUU closed 1 year ago
I'm just read the guide, the pyroscope agent with python is not work on windows
We had a contribution https://github.com/grafana/pyroscope-rs/pull/68 But CI did not work so we never released. We should release python pip package for windows.
@korniltsev This still does not work for me. Do you have any updates since last July whether this was merged or not?
It was merged and then partially reverted (the CI parts) so the code should work on windows, but we do not build/distribute it. I have no updates or plans regarding windows support.
Describe the bug
I'm try to pip install the pyroscope for my python project on Windows PC. When I'm pipinstall pyroscope-io, it popup a error
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pyroscope-io Failed to build pyroscope-io ERROR: Could not build wheels for pyroscope-io, which is required to install pyproject.toml-based projects
To Reproduce
the command I'm uysing is
and the process went like this:
Expected behavior
It would be lovely if the pip install pyroscope-io are working again.
Thank you for anyone who help me ,