frida-python
frida-python copied to clipboard
Failed to load the Frida native extension: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory
Error `root@Kali:~# frida
Failed to load the Frida native extension: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory Please ensure that the extension was compiled for Python 3.x.
Traceback (most recent call last):
File "/usr/local/bin/frida", line 11, in
`
I've installed frida with pip, on python 3.4 and I'm getting the same error.
Hi, I've seen the same problem on python 3.5 I think that you have to use python 3.6 it is the latest stable version of python.
Thanks
Yes unfortunately our 3.x binaries were built against 3.6. It's easy to build Frida yourself though, but if you're feeling really lazy there is a workaround: the Python 3 ABI is stable, so you can use a hex-editor to tweak the version number of the library soname that it's linked against.
Good to know thanks for the information :)
I think we can close this issue you just need to install python 3.6
I have python 3.6 but got the same problem
I have python --version Python 3.7.5 and I got the same problem.