frida / frida-python

Frida Python bindings
Other
766 stars 145 forks source link

Latest Version of Frida Unable to Pip Install Even with Time Delay and Cached Egg #213

Open cfossace opened 1 year ago

cfossace commented 1 year ago

error: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)> [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure

Note I tried the solutions mentioned in the other threads and for some reason, I still can't install frida in a new virtualenv

yotamN commented 1 year ago

Please write down what command you are running and on what system? I assume you are trying to run pip install frida. A complete output would be also appreciated.