-
Notifications
You must be signed in to change notification settings - Fork 239
Failed to PTRACE_PEEKDATA - in miniconda environment #165
Comments
Just fixed the same issue with mine. Although pyflame is tested with python 3.6, it only works up until version 3.6.5, I am unsure why, but from reading other tickets I think it is because of the headers maybe???? To fix the errors just downgrade your python with: |
I found that I get this error when I run my code within a conda environment. Is there a fix for that? |
You have to downgrade your python version. pyflame is currently incompatible with python version 3.6.7, the latest version it is compatible with is python version 3.6.5 you can install it with |
@bellershaw1 This does not seem to work for me even with python=2.7
|
pyflame 1.6.6 linux-gnu x86_64 (ABI list: 26 34 36)
Python 3.6.7
Following error when I try to profile a code running in a miniconda environment. Any ideas?
The text was updated successfully, but these errors were encountered: