Skip to content
New issue

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

install frida error #657

Open
s2339956 opened this issue Oct 4, 2018 · 2 comments
Open

install frida error #657

s2339956 opened this issue Oct 4, 2018 · 2 comments

Comments

@s2339956
Copy link

s2339956 commented Oct 4, 2018

➜ ~ 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
2018-10-04 11 59 43

@s2339956
Copy link
Author

s2339956 commented Oct 4, 2018

https://stackoverflow.com/questions/42098126/mac-osx-python-ssl-sslerror-ssl-certificate-verify-failed-certificate-verify/42098127#42098127

solution!!

Facing new problems
2018-10-04 1 15 39
2018-10-04 12 53 07

@funcoleto
Copy link

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."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants