We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't believe this is working with Python3.12, is that right?
The example referenced here uses Python 3.11, and it works with 3.11
When I use Python 3.12 I get stuck on Pyroscope::Session > Creating Session
Pyroscope::Session > Creating Session
Profiles get sent to a local server using python 3.12
Any plans to support Python 3.12? Is there something I can do to get it working?
The text was updated successfully, but these errors were encountered:
There is pyspy issue benfred/py-spy#633
In the meantime, you can try using grafana-agent / alloy . They can profile python apps with pyroscope.ebpf component
grafana-agent
alloy
pyroscope.ebpf
Sorry, something went wrong.
Python 3.12 should be supported now
py-spy Releases v0.4.0 Python 3.12、3.13 Support
No branches or pull requests
Describe the bug
I don't believe this is working with Python3.12, is that right?
To Reproduce
The example referenced here uses Python 3.11, and it works with 3.11
When I use Python 3.12 I get stuck on
Pyroscope::Session > Creating Session
Expected behavior
Profiles get sent to a local server using python 3.12
Environment
Additional Context
Any plans to support Python 3.12? Is there something I can do to get it working?
The text was updated successfully, but these errors were encountered: