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

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to