Closed maokecheng closed 5 years ago
Best to ask the developers of that package.
It's using some custom Windows specific code which downloads prebuild binaries, which wont work under msys2: https://github.com/frida/frida-python/blob/7d8612bfa2a50e1466f49602c8d8fe66c2edd9d7/setup.py#L59
Prebuild python packages will not work in most cases as it builded with MSVC, you need build Frida yourself with MINGW Python
Best to ask the developers of that package.
It's using some custom Windows specific code which downloads prebuild binaries, which wont work under msys2: https://github.com/frida/frida-python/blob/7d8612bfa2a50e1466f49602c8d8fe66c2edd9d7/setup.py#L59
thank you my friend, i found out a way how to crack this problem perfectly
blew is my log:
i dont know how to solve this problem....