-
Notifications
You must be signed in to change notification settings - Fork 432
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
"No python processes found" for Python 3.10 on Windows #498
Comments
I'm also getting one of these, depending on how I try to run.
|
I got a similar error:
|
Also seeing this with Python 3.10.11 |
I guess #216 is relevant as well. I'm seeing same issue as #216 (comment) on python 3.11.9 in virtualenv. |
I'm afraid we still see the "No python processes" failure when using |
on windows 10:
should I file a separate report? |
I don't think the 3.12 support has been released, it was just recently merged. |
I am on py-spy 0.4.0 and python 3.12 and still getting "Failed to find python version from target process" without the "-s" flag and "No python processes found in process <pid> or any of its subprocesses". |
Looking into this more, I would guess this is due to other python 3.12 issues, as things seem to be working fine on python 3.10. |
The following command:
py-spy top -s -- py -3.10 script.py
Fails with
Error: No python processes found in process 3872 or any of its subprocesses
, while the script itself runs successfully.If I instead run
py-spy top -s -- py -3.9 script.py
, it works perfectly.Environment:
The text was updated successfully, but these errors were encountered: