pyroscope icon indicating copy to clipboard operation
pyroscope copied to clipboard

Windows support

Open petethepig opened this issue 4 years ago • 2 comments

image

TODO

  • [ ] make pyroscope compile on windows. This shouldn't be too complicated but will take some time for sure as there's a lot of moving parts in the current build process, e.g pyspy, rbspy — I think in v1 we can disable them though. We could also skip this for now and start with macOS and linux
  • [x] make exec command work on Windows. I remember this behaving differently between linux and macOS so I imagine we're gonna open a can of worms once we add Windows support https://github.com/pyroscope-io/pyroscope/blob/main/pkg/exec/cli.go#L94

petethepig avatar Apr 27 '21 02:04 petethepig

Is anyone working on python support here? I'm receiving this error message:

pyroscope adhoc python mycode.py
Error: spy "pyspy" is not supported. Available spies are: dotnetspy```

closedLoop avatar May 12 '22 09:05 closedLoop

Any plans for this issue? :)

iWhyDuck avatar Sep 15 '22 13:09 iWhyDuck