[Tutor] ssl verification failed error
Riley Harris
rileyjharris12 at gmail.com
Wed Jan 23 23:03:28 EST 2019
When I try to install packages in python this error occurs. I have found a way around this by using:
pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org <package_name>
but this only works when the error is while installing packages. Now I am trying to access a dataset from Quandl and it returns the same error. I don’t know what the core problem is or how to fix it. Or I at least need to know a way to get around it when accessing data sets and such.
Sent from Mail for Windows 10
More information about the Tutor
mailing list