frida / frida-website

Frida's website
MIT License
83 stars 190 forks source link

AttributeError: 'module' object has no attribute 'ABC' #232

Open JensEk opened 2 years ago

JensEk commented 2 years ago

Hi sry Iam pretty new to Frida but have had it up and running until yesterday when I tried install fridump aswell. Now Iam getting this error message when Iam trying to run following command: frida -U -l -f --no-pause

Traceback (most recent call last): File "/usr/local/bin/frida", line 8, in sys.exit(main()) File "/usr/local/lib/python2.7/dist-packages/frida_tools/repl.py", line 34, in main from frida_tools import _repl_magic File "/usr/local/lib/python2.7/dist-packages/frida_tools/_repl_magic.py", line 7, in class Magic(abc.ABC): AttributeError: 'module' object has no attribute 'ABC'

Guess it has something to do with python2.7 but uncertain what to do next. If any suggestion pls help :D

Regards Jeek