Hi
While using intraday_data works fine without any error, using marketfeed throws up the following error:
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)
Tried upgrading certifi but the error persists.
Any advice pls?
1 Like
Hardik
January 31, 2025, 7:43am
2
Hello @Sujit_Modi
You can follow some of the steps mentioned in this thread:
we need to install certifi so that we dont get SSL certificate error, Auto installing certifi is giving errors
so lets manually download and install the certifi package.
Step 1: Download the certifi .whl File
Visit the PyPI page for certifi .
Download the .whl file … certifi-2024.8.30-py3-none-any.whl` file under built Distribution
Move the .whl file to Desktop > New Folder.
Step 2: Open Command Prompt as Administrator
Press Win + S and type cmd.
Right-click on Command Prompt and select Ru…
Thanks…its working fine now…
1 Like