Troubleshooting of python errors: Difference between revisions
Jump to navigation
Jump to search
m
no edit summary
(Created page with "Trouble shooting of python errors == sudo: pip3: command not found == Condition <pre> $ sudo pip3 install lac sudo: pip3: command not found </pre> Solution <pre> $ which pi...") |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 14: | Line 14: | ||
/usr/local/bin/pip3 | /usr/local/bin/pip3 | ||
$ sudo pip3 install lac | $ sudo /usr/local/bin/pip3 install lac | ||
> ok | > ok | ||
</pre> | </pre> | ||
== PIP install Python packages met SSLCertVerificationError == | |||
[https://errerrors.blogspot.com/2021/04/fix-ssl-certificant-error-when-pip-install-package.html 解決 PIP 安裝 Python 套件遇到 SSLCertVerificationError 錯誤] | |||
{{Template:Troubleshooting}} | {{Template:Troubleshooting}} | ||
[[Category:Python]] [[Category:Programming]] | [[Category:Python]] [[Category:Programming]] | ||