frida / frida-website

Frida's website
MIT License
83 stars 194 forks source link

Install failed on Mac #173

Open jerryshao2012 opened 4 years ago

jerryshao2012 commented 4 years ago

Running setup.py install for frida ... error ERROR: Command errored out with exit status 1: command: /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/wy/tzs67jy15gl1bph8vcd1q1m40000gn/T/pip-install-_FL_ae/frida/setup.py'"'"'; file='"'"'/private/var/folders/wy/tzs67jy15gl1bph8vcd1q1m40000gn/T/pip-install-_FL_ae/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 /private/var/folders/wy/tzs67jy15gl1bph8vcd1q1m40000gn/T/pip-record-F289X6/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/frida cwd: /private/var/folders/wy/tzs67jy15gl1bph8vcd1q1m40000gn/T/pip-install-_FL_ae/frida/ Complete output (13 lines): running install running build running build_py creating build creating build/lib.macosx-10.9-x86_64-2.7 creating build/lib.macosx-10.9-x86_64-2.7/frida copying frida/init.py -> build/lib.macosx-10.9-x86_64-2.7/frida copying frida/core.py -> build/lib.macosx-10.9-x86_64-2.7/frida running build_ext looking for prebuilt extension in home directory, i.e. /Users/jerryshao/frida-12.8.20-py2.7-macosx-10.9-intel.egg prebuilt extension not found in home directory, will try downloading it querying pypi for available prebuilds error: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)>

ERROR: Command errored out with exit status 1: /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/wy/tzs67jy15gl1bph8vcd1q1m40000gn/T/pip-install-_FL_ae/frida/setup.py'"'"'; file='"'"'/private/var/folders/wy/tzs67jy15gl1bph8vcd1q1m40000gn/T/pip-install-_FL_ae/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 /private/var/folders/wy/tzs67jy15gl1bph8vcd1q1m40000gn/T/pip-record-F289X6/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/frida Check the logs for full command output.