Here is my code, and below is the errors. I have tried a few solutions, but have not gotten anything to work correctly. Thanks for your help.
import pandas as pd
from pytrends.request import TrendReq
pytrend = TrendReq()
Errors: ValueError: check_hostname requires server_hostname
requests.exceptions.SSLError: HTTPSConnectionPool(host='trends.google.com', port=443): Max retries exceeded with url: /?geo=US (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')))
0 Replies