While using pandas got error urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed

This is my code in python3 : import pandas as pd tables = pd.read_html("http://http.com/") print(tables) And I got this error : Traceback (most recent call last): File "/usr/local/Cellar/p...