frida-website
frida-website copied to clipboard
Python 3.10 Error
I get this error when loading the new frida with python 3.10
Failed to load the Frida native extension: DLL load failed while importing _frida: The specified module could not be found. Please ensure that the extension was compiled for Python 3.x.
Traceback (most recent call last):
File "C:\Users\Seven\AppData\Local\Programs\Python\Python310\Scripts\frida-ps-script.py", line 33, in
I have same error. Env: win10,Python 3.10,pip 21.3.1
>frida --version
***
Failed to load the Frida native extension: DLL load failed while importing _frida: 找不到指定的模块。
Please ensure that the extension was compiled for Python 3.x.
***
Traceback (most recent call last):
File "D:\Program Files\Python\Python310\Scripts\frida-script.py", line 33, in <module>
sys.exit(load_entry_point('frida-tools==10.4.1', 'console_scripts', 'frida')())
File "D:\Program Files\Python\Python310\lib\site-packages\frida_tools\repl.py", line 24, in main
import frida
File "D:\Program Files\Python\Python310\lib\site-packages\frida\__init__.py", line 24, in <module>
raise ex
File "D:\Program Files\Python\Python310\lib\site-packages\frida\__init__.py", line 7, in <module>
import _frida
ImportError: DLL load failed while importing _frida: 找不到指定的模块。
It seems like the authors need to figure out what's wrong with 3.10, i installed 3.9 with choco install python3 --version=3.9.9
and the frida
command seems to work.
I also encountered the same error, and I can only change it to reinstall python3.9 so that the error will not be reported. It's really bullshit
I also encountered the same error, and I can only change it to reinstall python3.9 so that the error will not be reported. It's really bullshit