frida / frida-python

Frida Python bindings
Other
781 stars 146 forks source link

AttributeError: module '_frida' has no attribute 'Cancellable' #170

Closed Times125 closed 4 years ago

Times125 commented 4 years ago

system version: macos 10.15.6 python version: 3.8 frida version:frida-12.11.3-py3.8-macosx-10.9-x86_64 desc: when i import module firda, AttributeErrors happened: AttributeError: module '_frida' has no attribute 'Cancellable' .

oleavr commented 4 years ago

Your Python installation has leftovers from a previous version. Check sys.path and inspect each directory carefully.