You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While installing on Macbook, [SSL: CERTIFICATE_VERIFY_FAILED] certificate verification failed error occured.
Steps to Reproduce
pip install -r requirements.txt
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/urllib/request.py", line 1322, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1018)>
Screenshots
Environment
Django Version: 5.1.5 final
Python Version: Python 3.13.1
Operating System: Mac OS 15.3
Browser: Chrome 132.0.6834.160
The text was updated successfully, but these errors were encountered:
here are the packages currently installed on venv
asgiref==3.8.1
certifi==2025.1.31
charset-normalizer==3.4.1
Django==4.2.18
idna==3.10
requests==2.31.0
sqlparse==0.5.3
urllib3==2.3.0
Bug Report
While installing on Macbook, [SSL: CERTIFICATE_VERIFY_FAILED] certificate verification failed error occured.
Steps to Reproduce
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/urllib/request.py", line 1322, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1018)>
Screenshots
Environment
The text was updated successfully, but these errors were encountered: