Network
Common Errors and Fixes
Unable to install pip2
$ wget https://bootstrap.pypa.io/get-pip.py
$ sudo python2.7 get-pip.pySSL Errors
-k with curl
export PYTHONHTTPSVERIFY=0 //for python urllib
echo "CipherString=DEFAULT@SECLEVEL=1" >> /etc/ssl/openssl.cnfpip egg_info error
This version of c:\inetpub\wwwroot\JuicyPotato.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
run python2 code in python3
Last updated