pip install ssl giving errors code example
Example: pip install fails with connection error ssl
$ pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org <package_name>
$ pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org <package_name>