• 카테고리

    질문 & 답변
  • 세부 분야

    보안

  • 해결 여부

    미해결

프리다 설치 시 아래와 같은 오류가 발생합니다. (python 3.7.7)

20.03.26 20:11 작성 조회수 358

0

(py3) C:\Users\keshk>pip install frida-tools

Processing c:\users\keshk\appdata\local\pip\cache\wheels\07\02\82\8ee969ea132cc8c1055105d89f752918005818683d68f09af6\frida_tools-7.2.0-py3-none-any.whl

Collecting prompt-toolkit<4.0.0,>=3.0.3

  Using cached prompt_toolkit-3.0.4-py3-none-any.whl (351 kB)

Collecting colorama<1.0.0,>=0.2.7

  Using cached colorama-0.4.3-py2.py3-none-any.whl (15 kB)

Collecting frida<13.0.0,>=12.8.12

  Using cached frida-12.8.18.tar.gz (7.2 kB)

Collecting pygments<3.0.0,>=2.0.2

  Using cached Pygments-2.6.1-py3-none-any.whl (914 kB)

Collecting wcwidth

  Using cached wcwidth-0.1.9-py2.py3-none-any.whl (19 kB)

Building wheels for collected packages: frida

  Building wheel for frida (setup.py) ... error

  ERROR: Command errored out with exit status 1:

   command: 'C:\Users\keshk\anaconda3\envs\py3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\keshk\\AppData\\Local\\Temp\\pip-install-wvfcn1m9\\frida\\setup.py'"'"'; __file__='"'"'C:\\Users\\keshk\\AppData\\Local\\Temp\\pip-install-wvfcn1m9\\frida\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\keshk\AppData\Local\Temp\pip-wheel-rktrjx40'

       cwd: C:\Users\keshk\AppData\Local\Temp\pip-install-wvfcn1m9\frida\

  Complete output (13 lines):

  running bdist_wheel

  running build

  running build_py

  creating build

  creating build\lib.win-amd64-3.7

  creating build\lib.win-amd64-3.7\frida

  copying frida\core.py -> build\lib.win-amd64-3.7\frida

  copying frida\__init__.py -> build\lib.win-amd64-3.7\frida

  running build_ext

  error: HTTP Error 503: Backend is unhealthy

  looking for prebuilt extension in home directory, i.e. C:\Users\keshk/frida-12.8.18-py3.7-win-amd64.egg

  prebuilt extension not found in home directory, will try downloading it

  querying pypi for available prebuilds

  ----------------------------------------

  ERROR: Failed building wheel for frida

  Running setup.py clean for frida

Failed to build frida

Installing collected packages: wcwidth, prompt-toolkit, colorama, frida, pygments, frida-tools

    Running setup.py install for frida ... error

    ERROR: Command errored out with exit status 1:

     command: 'C:\Users\keshk\anaconda3\envs\py3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\keshk\\AppData\\Local\\Temp\\pip-install-wvfcn1m9\\frida\\setup.py'"'"'; __file__='"'"'C:\\Users\\keshk\\AppData\\Local\\Temp\\pip-install-wvfcn1m9\\frida\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\keshk\AppData\Local\Temp\pip-record-j3joqp7m\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\keshk\anaconda3\envs\py3\Include\frida'

         cwd: C:\Users\keshk\AppData\Local\Temp\pip-install-wvfcn1m9\frida\

    Complete output (13 lines):

    running install

    running build

    running build_py

    creating build

    creating build\lib.win-amd64-3.7

    creating build\lib.win-amd64-3.7\frida

    copying frida\core.py -> build\lib.win-amd64-3.7\frida

    copying frida\__init__.py -> build\lib.win-amd64-3.7\frida

    running build_ext

    error: HTTP Error 503: Backend is unhealthy

    looking for prebuilt extension in home directory, i.e. C:\Users\keshk/frida-12.8.18-py3.7-win-amd64.egg

    prebuilt extension not found in home directory, will try downloading it

    querying pypi for available prebuilds

    ----------------------------------------

ERROR: Command errored out with exit status 1: 'C:\Users\keshk\anaconda3\envs\py3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\keshk\\AppData\\Local\\Temp\\pip-install-wvfcn1m9\\frida\\setup.py'"'"'; __file__='"'"'C:\\Users\\keshk\\AppData\\Local\\Temp\\pip-install-wvfcn1m9\\frida\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\keshk\AppData\Local\Temp\pip-record-j3joqp7m\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\keshk\anaconda3\envs\py3\Include\frida' Check the logs for full command output.

답변 1

답변을 작성해보세요.

1

김태영님의 프로필

김태영

2020.03.26

안녕하세요. 보안프로젝트 김태영입니다.

동일한 python 3.7.7 버전으로 설치 테스트한 결과, 정상 설치되는 것을 확인하였습니다.

아마 설치된 파이썬 문제로 보입니다. 이러한 증상이 새로 생성한 conda 가상환경에서도 발생한다면,

로컬 컴퓨터에 설치된 파이썬 프로그램(아나콘다 포함)을 모두 삭제 후 재부팅&재설치 부탁드립니다.

혹시나 해결이 안되신다면 말씀해주세요.