Skip to content
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

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

Open
JensEk opened this issue Mar 17, 2022 · 0 comments
Open

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

JensEk opened this issue Mar 17, 2022 · 0 comments

Comments

@JensEk
Copy link

JensEk commented Mar 17, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant