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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi @benfred, I'm trying to run py-spy.
(.venv) PS W:\PycharmProjects\production_counters_master_2> W:\PycharmProjects\production_counters_master_2\.venv\Scripts\python.exe -m run_prod_counter
or (.venv) PS W:\PycharmProjects\production_counters_master_2> python run_prod_counter.py Script is running.
(.venv) PS W:\PycharmProjects\production_counters_master_2> python run_prod_counter.py
then I run py-spy record -o output.svg --pid 7156 or py-spy top --pid 7156
py-spy record -o output.svg --pid 7156
py-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
The text was updated successfully, but these errors were encountered:
Is this a duplicate of #675
Sorry, something went wrong.
This should be fixed by #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
No branches or pull requests
Hi @benfred,
I'm trying to run py-spy.
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
or
py-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
The text was updated successfully, but these errors were encountered: