Closed Abhishekk7077 closed 1 year ago
On a mac this can be resolved by running the following command in terminal:
(base) atbasu@x86_64-apple-darwin13 sample forms % cd /Applications/Python\ 3.11
(base) atbasu@x86_64-apple-darwin13 Python 3.11 % sudo ./Install\ Certificates.command
Password:
Replace 3.11 with the corresponding python version. If everything runs successfully you should see this output:
-- pip install --upgrade certifi
WARNING: The directory '/Users/atbasu/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Requirement already satisfied: certifi in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (2023.5.7)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
-- removing any existing file or link
-- creating symlink to certifi certificate bundle
-- setting permissions
-- update complete
Getting the Following error while Running the Command