pip install - Abingdon Learning Trust (ALT) Common Issues

Go Home

If you get an SSL Certificate connection error when trying to use pip install, then run

pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org PACKAGE_NAME

replacing PACKAGE_NAME with the name of the package you were trying to install.