Installing collected packages: frida
Running setup.py install for frida ... error
ERROR: Complete output from command /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -u -c 'import setuptools, tokenize;__file__='"'"'/private/tmp/pip-install-hMuyDK/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/tmp/pip-record-ZVL_DQ/install-record.txt --single-version-externally-managed --compile:
ERROR: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'long_description_content_type'
warnings.warn(msg)
running install
running build
running build_py
creating build
creating build/lib.macosx-10.6-intel-2.7
creating build/lib.macosx-10.6-intel-2.7/frida
copying frida/__init__.py -> build/lib.macosx-10.6-intel-2.7/frida
copying frida/core.py -> build/lib.macosx-10.6-intel-2.7/frida
running build_ext
querying pypi for available prebuilds
network query failed
looking for prebuilt extension in home directory, i.e. /var/root/frida-12.6.8-py2.7-macosx-10.9-intel.egg
no prebuilt extension found in home directory
error: <urlopen error [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)>
----------------------------------------
ERROR: Command "/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -u -c 'import setuptools, tokenize;__file__='"'"'/private/tmp/pip-install-hMuyDK/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/tmp/pip-record-ZVL_DQ/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/tmp/pip-install-hMuyDK/frida/
解决方案
https://stackoverflow.com/questions/49183801/ssl-certificate-verify-failed-with-urllib
1.搜索Certificates.command
2.双击
网友评论