0

Getting error message after trying to load dataset from seaborn. The code is done in idle.

Code:

import seaborn as sns

planets = sns.load_dataset('planets')

Error:

enter image description here

lemon
  • 14,875
  • 6
  • 18
  • 38
JXP56
  • 1
  • 2
  • check here https://stackoverflow.com/questions/52805115/certificate-verify-failed-unable-to-get-local-issuer-certificate , it might be a possible duplicate of your question. – mrCopiCat Jun 03 '22 at 00:20
  • After `pip install seaborn` I got the dataset loaded correctly on `windows 10`!! – Mohamad Ghaith Alzin Jun 03 '22 at 00:25
  • Try running this `pip install --upgrade certifi` [ref](https://stackoverflow.com/questions/51925384/unable-to-get-local-issuer-certificate-when-using-requests-in-python) – Mohamad Ghaith Alzin Jun 03 '22 at 00:28

0 Answers0