C:\Users\quincy>pip install frida
Collecting frida
Downloading frida-15.1.23.tar.gz (11 kB)
Requirement already satisfied: setuptools in d:\python38\lib\site-packages (from frida) (49.2.1)
Using legacy 'setup.py install' for frida, since package 'wheel' is not installed.
Installing collected packages: frida
Running setup.py install for frida ... canceled
ERROR: Operation cancelled by user
WARNING: You are using pip version 20.2.3; however, version 22.1.1 is available.
You should consider upgrading via the 'd:\python38\python.exe -m pip install --upgrade pip' command.
C:\Users\quincy>
C:\Users\quincy>pip install ez_setup
Collecting ez_setup
Downloading ez_setup-0.9.tar.gz (6.6 kB)
Using legacy 'setup.py install' for ez-setup, since package 'wheel' is not installed.
Installing collected packages: ez-setup
Running setup.py install for ez-setup ... done
Successfully installed ez-setup-0.9
WARNING: You are using pip version 20.2.3; however, version 22.1.1 is available.
You should consider upgrading via the 'd:\python38\python.exe -m pip install --upgrade pip' command.
C:\Users\quincy>pip3 install frida -i https://pypi.mirrors.ustc.edu.cn/simple/
Looking in indexes: https://pypi.mirrors.ustc.edu.cn/simple/
Collecting frida
Downloading https://mirrors.bfsu.edu.cn/pypi/web/packages/a6/19/eb4de7b48e7e91159ffb9f9cae919aba89696697a2be93fdf416c96be926/frida-15.1.23.tar.gz (11 kB)
Requirement already satisfied: setuptools in d:\python38\lib\site-packages (from frida) (49.2.1)
Using legacy 'setup.py install' for frida, since package 'wheel' is not installed.
Installing collected packages: frida
Running setup.py install for frida ... done
Successfully installed frida-15.1.23
WARNING: You are using pip version 20.2.3; however, version 22.1.1 is available.
You should consider upgrading via the 'd:\python38\python.exe -m pip install --upgrade pip' command.
C:\Users\quincy>
win10安装frida卡住解决方案
最新推荐文章于 2023-11-13 17:05:21 发布
2467

被折叠的 条评论
为什么被折叠?



