安装frida 15.2.2版本报错 怎么办?

安装frida 15.2.2版本报错 高版本16 没有问题,python版本是3.8.0 MAC 电脑

mac@bogon ~ % pip3 install frida==15.2.2
Collecting frida==15.2.2
  Downloading frida-15.2.2.tar.gz (11 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: setuptools in /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages (from frida==15.2.2) (75.3.2)
Building wheels for collected packages: frida
  Building wheel for frida (setup.py) ... error
  error: subprocess-exited-with-error
  
  × python setup.py bdist_wheel did not run successfully.
  │ exit code: 1
  ╰─> [14 lines of output]
      running bdist_wheel
      running build
      running build_py
      creating build/lib.macosx-10.9-x86_64-cpython-38/frida
      copying frida/__init__.py -> build/lib.macosx-10.9-x86_64-cpython-38/frida
      copying frida/core.py -> build/lib.macosx-10.9-x86_64-cpython-38/frida
      running build_ext
      looking for prebuilt extension in home directory, i.e. /Users/mac/frida-15.2.2-py3.8-macosx-10.9-x86_64.egg
      prebuilt extension not found in home directory, will try downloading it
      querying pypi for available prebuilds
      using default index URL: https://pypi.org/simple/
      downloading package list from https://pypi.org/simple/frida/
      unable to download it within 20 seconds; please download it manually to /Users/mac/frida-15.2.2-py3.8-macosx-10.9-x86_64.egg
      error: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)>
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for frida
  Running setup.py clean for frida
Failed to build frida
ERROR: Failed to build installable wheels for some pyproject.toml based projects (frida)

希望给予帮助 安装frida 成功

阅读 302
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题