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 toDesktop > New Folder
.
Step 2: Open Command Prompt as Administrator
- Press
Win + S
and type cmd. - Right-click on Command Prompt and select Run as administrator.
Step 3: Navigate to the New Folder Containing the .whl
File and run the .whl file
- On cmd write
cd Desktop
cd New folder
cd New folder
pip install certifi-2024.8.30-py3-none-any.whl