-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
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
Doesn't work with Python3.12 #3287
Comments
There is pyspy issue benfred/py-spy#633 In the meantime, you can try using |
Python 3.12 should be supported now |
py-spy Releases v0.4.0 |
I can confirm py-spy is working as expected on py3.12 without Pyroscope. EDIT: |
Fixed by grafana/pyroscope-rs#181 in the pip package v0.8.8 |
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: