Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


python_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
python_notes [2020/10/09 09:37] juckinspython_notes [2020/10/11 12:57] juckins
Line 1: Line 1:
 ==== Python Install Notes ==== ==== Python Install Notes ====
 +
 +__11 Oct 2020__
 +
 +To upgrade pip modules manually when dependencies give an error:
 +  # python3 -m pip --list outdated
 +  # python3 -m pip install --upgrade <package1> <package2> 
 +  
 +These are reported as outdated:
 +
 +  [root: ~]# python3 -m pip list --outdated
 +  Package       Version    Latest    Type
 +  ------------- ---------- --------- -----
 +  certifi       2020.4.5.1 2020.6.20 wheel
 +  idna          2.9        2.10      wheel
 +  requests      2.23.0     2.24.0    wheel
 +  selenium-wire 1.0.12     2.1.1     wheel
 +  setuptools    46.4.0     50.3.0    wheel
 +  urllib3       1.25.9     1.25.10   wheel
 +
  
 __9 Oct 2020__ __9 Oct 2020__
python_notes.txt · Last modified: 2023/04/05 08:56 by juckins