Closed OM152 closed 3 weeks ago
Is this a duplicate of https://github.com/benfred/py-spy/issues/675
This should be fixed by https://github.com/benfred/py-spy/pull/718
I think this should be fixed in the 0.4 release. Can you try it out and let me know?
If this is still not working please re-open the issue
Hi @benfred, I'm trying to run py-spy.
Run my script
or
(.venv) PS W:\PycharmProjects\production_counters_master_2> python run_prod_counter.py
Script is running.then I run
py-spy record -o output.svg --pid 7156
orpy-spy top --pid 7156
I get an error 'Error: Failed to find a python interpreter in the .data section'
Can you figure out this problem? Thanks