We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
➜ ~ pip install frida Collecting frida Using cached https://files.pythonhosted.org/packages/4e/a3/ccfaa42bf09a8d59a1e1d835c09c80149c58350f4ade2e23f0c5a45635a7/frida-12.2.8.tar.gz Installing collected packages: frida Running setup.py install for frida ... error Complete output from command /Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 -u -c "import setuptools, tokenize;file='/private/var/folders/5q/hl74yptj5hz6kdsm_cy3w31m0000gn/T/pip-install-rxpkfnda/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/5q/hl74yptj5hz6kdsm_cy3w31m0000gn/T/pip-record-bq02f71g/install-record.txt --single-version-externally-managed --compile: /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py:274: 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.9-x86_64-3.7 creating build/lib.macosx-10.9-x86_64-3.7/frida copying frida/init.py -> build/lib.macosx-10.9-x86_64-3.7/frida copying frida/core.py -> build/lib.macosx-10.9-x86_64-3.7/frida running build_ext querying pypi for available prebuilds network query failed looking for prebuilt extension in home directory, i.e. /Users/tinxie/frida-12.2.8-py3.7-macosx-10.6-intel.egg no prebuilt extension found in home directory error: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1045)>
----------------------------------------
Command "/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 -u -c "import setuptools, tokenize;file='/private/var/folders/5q/hl74yptj5hz6kdsm_cy3w31m0000gn/T/pip-install-rxpkfnda/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/5q/hl74yptj5hz6kdsm_cy3w31m0000gn/T/pip-record-bq02f71g/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/5q/hl74yptj5hz6kdsm_cy3w31m0000gn/T/pip-install-rxpkfnda/frida/
macOS: 10.14(18A391) python3.7
The text was updated successfully, but these errors were encountered:
https://stackoverflow.com/questions/42098126/mac-osx-python-ssl-sslerror-ssl-certificate-verify-failed-certificate-verify/42098127#42098127
Facing new problems
Sorry, something went wrong.
when you finisht the python installation you need to install certificate ssl like say instigator python..
"At the end of this install, click on Install Certificates to install a set of current SSL root certificates."
No branches or pull requests
➜ ~ pip install frida
Collecting frida
Using cached https://files.pythonhosted.org/packages/4e/a3/ccfaa42bf09a8d59a1e1d835c09c80149c58350f4ade2e23f0c5a45635a7/frida-12.2.8.tar.gz
Installing collected packages: frida
Running setup.py install for frida ... error
Complete output from command /Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 -u -c "import setuptools, tokenize;file='/private/var/folders/5q/hl74yptj5hz6kdsm_cy3w31m0000gn/T/pip-install-rxpkfnda/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/5q/hl74yptj5hz6kdsm_cy3w31m0000gn/T/pip-record-bq02f71g/install-record.txt --single-version-externally-managed --compile:
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py:274: 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.9-x86_64-3.7
creating build/lib.macosx-10.9-x86_64-3.7/frida
copying frida/init.py -> build/lib.macosx-10.9-x86_64-3.7/frida
copying frida/core.py -> build/lib.macosx-10.9-x86_64-3.7/frida
running build_ext
querying pypi for available prebuilds
network query failed
looking for prebuilt extension in home directory, i.e. /Users/tinxie/frida-12.2.8-py3.7-macosx-10.6-intel.egg
no prebuilt extension found in home directory
error: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1045)>
Command "/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 -u -c "import setuptools, tokenize;file='/private/var/folders/5q/hl74yptj5hz6kdsm_cy3w31m0000gn/T/pip-install-rxpkfnda/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/5q/hl74yptj5hz6kdsm_cy3w31m0000gn/T/pip-record-bq02f71g/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/5q/hl74yptj5hz6kdsm_cy3w31m0000gn/T/pip-install-rxpkfnda/frida/
macOS: 10.14(18A391)
python3.7
The text was updated successfully, but these errors were encountered: