Difference between revisions of "Troubleshooting of python errors"
Jump to navigation
Jump to search
m |
m |
(No difference)
|
Latest revision as of 14:29, 27 October 2020
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
Troubleshooting of ...
- Troubleshooting of Excel errors
- PHP, cUrl, Python, selenium errors
- Database: SQL syntax debug, MySQL errors or MySQLTuner errors
- Troubleshooting of regular expression
- HTML/Javascript: Troubleshooting of javascript, XPath
- Software: Mediawiki, FTP problems
- Testing, Web Ping, Network problem, Web user behavior, Web scrape troubleshooting
Template