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 [2021/03/03 11:34] juckinspython_notes [2021/04/15 09:00] juckins
Line 1: Line 1:
 ==== Python Install Notes ==== ==== Python Install Notes ====
 +
 +__15 Apr 2021__
 +
 +Updated various python packages, including chromedriver-binary
  
 __3 Mar 2021__ __3 Mar 2021__
Line 5: Line 9:
  
 These packages were outdated: These packages were outdated:
- +   
-# python3 -m pip list --outdated +  # python3 -m pip list --outdated 
-Package             Version        Latest         Type +  Package             Version        Latest         Type 
-------------------- -------------- -------------- ----- +  ------------------- -------------- -------------- ----- 
-certifi             2020.11.8      2020.12.5      wheel +  certifi             2020.11.8      2020.12.5      wheel 
-chardet             3.0.4          4.0.0          wheel +  chardet             3.0.4          4.0.0          wheel 
-chromedriver-binary 87.0.4280.20.0 89.0.4389.23.0 sdist +  chromedriver-binary 87.0.4280.20.0 89.0.4389.23.0 sdist 
-httplib2            0.18.1         0.19.0         wheel +  httplib2            0.18.1         0.19.0         wheel 
-idna                2.10           3.1            wheel +  idna                2.10           3.1            wheel 
-PyMySQL             0.10.1         1.0.2          wheel +  PyMySQL             0.10.1         1.0.2          wheel 
-pytz                2020.4         2021.1         wheel +  pytz                2020.4         2021.1         wheel 
-requests            2.25.0         2.25.1         wheel +  requests            2.25.0         2.25.1         wheel 
-selenium-wire       2.1.2          4.2.0          wheel +  selenium-wire       2.1.2          4.2.0          wheel 
-setuptools          50.3.2         54.0.0         wheel +  setuptools          50.3.2         54.0.0         wheel 
-urllib3             1.26.2         1.26.3         wheel +  urllib3             1.26.2         1.26.3         wheel 
-wheel               0.35.1         0.36.2         wheel+  wheel               0.35.1         0.36.2         wheel
  
 Upgraded all using: Upgraded all using:
Line 26: Line 30:
   python3 -m pip install --upgrade <package_name>   python3 -m pip install --upgrade <package_name>
      
-except for PyMySQL.  Need to check python scripts first.+<color #ed1c24>except for PyMySQL.  'tidewater' needs updates to mariadb v10.</color>  Need to check python scripts first for ASMAD (and test on VM first).
  
 __18 Nov 2020__ __18 Nov 2020__
python_notes.txt · Last modified: 2023/04/05 08:56 by juckins