-
Notifications
You must be signed in to change notification settings - Fork 32
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
Unsupported version of Python: 3.12.0 #168
Comments
In terms of py-spy itself, there's already a few issues for it:
So I understand the problem is on the py-spy side, but could we actually track it here to make sure the py-spy version gets bumped as soon as it supports Python 3.12? |
another option could be to not use pyspy for our pip package. pyspy was designed to be used out of process and pyroscope pip package is inprocess so we don't have to solve some of the issues. This could also help solving performance issues. |
Or maybe we can use austin as an alternative to py-spy? https://github.com/P403n1x87/austin |
3.12 support for py-spy merged in: benfred/py-spy#642 |
Support for 3.12 and 3.13 has merged in benfred/py-spy#642 and v0.4.0 has been released |
Describe the bug you encountered:
I've been trying to use the pyroscope-io Python library to send data to my Pyroscope instance. The problem is, based on the logs, the Python 3.12 version is not supported.
The debug logs say it explicitly:
What did you expect to happen instead?
I expected the library to work as it did with the older Python versions.
How did you install
pyroscope-rs
?Pyroscope installed via
pip install pyroscope-io
I've encountered the problems on both Ubuntu 22.04 and 24.04, both with a virtual env created from the system-wide Python and in a Python installation built from source.
Additional words
Huge thanks for the help in advance!
The text was updated successfully, but these errors were encountered: