Closed iatechicken closed 4 years ago
I got this error after fixing lxml dependency error (which was fixed by pip install lxml). The second error I got was "SSL:CERTIFICATE_VERIFY_FAILED". I was able to over this issue based on StackOverflow comments for Mac machine to install certficates in Python -
thank you!
so... most other functions are working... but
info
andfinancials
are throwingSSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)
error. I got lazy and stopped testing others after financials, but pretty much went down the list frominfo
on your README.mdI might have missed something but overall it's not a major issue since I just use
yf.download
to get most of the info that I need. Thanks for the great stuff!