Troubleshooting of python errors

From LemonWiki共筆
Jump to navigation Jump to search

Trouble shooting of python errors

sudo: pip3: command not found[edit]

Condition

$ sudo pip3 install lac
sudo: pip3: command not found

Solution

$ which pip3
/usr/local/bin/pip3

$ sudo /usr/local/bin/pip3 install lac
> ok

PIP install Python packages met SSLCertVerificationError[edit]

解決 PIP 安裝 Python 套件遇到 SSLCertVerificationError 錯誤


Troubleshooting of ...

Template