frida/frida-website

unable to install due to failed download

happyboy2k opened this issue · 0 comments

>py -m pip install frida-tools Collecting frida-tools Using cached frida-tools-9.2.5.tar.gz (38 kB) Collecting colorama<1.0.0,>=0.2.7 Using cached colorama-0.4.4-py2.py3-none-any.whl (16 kB) Collecting frida<15.0.0,>=14.2.9 Using cached frida-14.2.18.tar.gz (7.7 kB) Requirement already satisfied: prompt-toolkit<4.0.0,>=2.0.0 in c:\users\user\appdata\local\programs\python\python39\lib\site-packages (from frida-tools) (3.0.19) Requirement already satisfied: pygments<3.0.0,>=2.0.2 in c:\users\user\appdata\local\programs\python\python39\lib\site-packages (from frida-tools) (2.9.0) Requirement already satisfied: setuptools in c:\users\user\appdata\local\programs\python\python39\lib\site-packages (from frida<15.0.0,>=14.2.9->frida-tools) (56.0.0) Requirement already satisfied: wcwidth in c:\users\user\appdata\local\programs\python\python39\lib\site-packages (from prompt-toolkit<4.0.0,>=2.0.0->frida-tools) (0.2.5) Using legacy 'setup.py install' for frida-tools, since package 'wheel' is not installed. Using legacy 'setup.py install' for frida, since package 'wheel' is not installed. Installing collected packages: frida, colorama, frida-tools Running setup.py install for frida ... error ERROR: Command errored out with exit status 1: command: 'C:\Users\USER\AppData\Local\Programs\Python\Python39\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\USER\\AppData\\Local\\Temp\\pip-install-400fsou2\\frida_a771c5f4eec14c25a93a8f5c7906c9c0\\setup.py'"'"'; __file__='"'"'C:\\Users\\USER\\AppData\\Local\\Temp\\pip-install-400fsou2\\frida_a771c5f4eec14c25a93a8f5c7906c9c0\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\USER\AppData\Local\Temp\pip-record-5g5li_tl\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\USER\AppData\Local\Programs\Python\Python39\Include\frida' cwd: C:\Users\USER\AppData\Local\Temp\pip-install-400fsou2\frida_a771c5f4eec14c25a93a8f5c7906c9c0\ Complete output (15 lines): running install running build running build_py creating build creating build\lib.win-amd64-3.9 creating build\lib.win-amd64-3.9\frida copying frida\core.py -> build\lib.win-amd64-3.9\frida copying frida\__init__.py -> build\lib.win-amd64-3.9\frida running build_ext error: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)> looking for prebuilt extension in home directory, i.e. C:\Users\USER/frida-14.2.18-py3.9-win-amd64.egg prebuilt extension not found in home directory, will try downloading it querying pypi for available prebuilds downloading prebuilt extension from https://files.pythonhosted.org/packages/e5/c7/5f81212ca45e4dd5a4b5c2d29c4d4c695dcdd3b7dbaf0a352e159e13250a/frida-14.2.18-py3.8-win-amd64.egg unable to download it within 120 seconds; please download it manually to C:\Users\USER/frida-14.2.18-py3.9-win-amd64.egg ---------------------------------------- ERROR: Command errored out with exit status 1: 'C:\Users\USER\AppData\Local\Programs\Python\Python39\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\USER\\AppData\\Local\\Temp\\pip-install-400fsou2\\frida_a771c5f4eec14c25a93a8f5c7906c9c0\\setup.py'"'"'; __file__='"'"'C:\\Users\\USER\\AppData\\Local\\Temp\\pip-install-400fsou2\\frida_a771c5f4eec14c25a93a8f5c7906c9c0\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\USER\AppData\Local\Temp\pip-record-5g5li_tl\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\USER\AppData\Local\Programs\Python\Python39\Include\frida' Check the logs for full command output.

I tried what was asked and put frida-14.2.18-py3.9-win-amd64.egg into my user folder. The problem stays.