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/04/08 14:49] juckinspython_notes [2020/05/20 09:11] juckins
Line 1: Line 1:
 ==== Python Notes ==== ==== Python Notes ====
 +
 +__20 May 2020__
 +
 +Updated Chrome via yum to version 83.0.4103.61-1 and now check_envoy.pl fails.
 +
 +Did the following as root to fix:
 +
 +  # /usr/local/bin/pip3 uninstall chromedriver-binary
 +  # /usr/local/bin/pip3 install chromedriver-binary
 +  # /usr/bin/python3 -m pip install --upgrade pip
 +  # find /usr -name "chromedriver" -exec ls -l {} \;
 +  # chmod 755 /usr/local/lib/python3.6/site-packages/chromedriver_binary/chromedriver
 +
 +Re-ran the cron and script worked.
 +
 +Then tried looking at old packages needing an update:
 +
 +  # cd /usr/local/bin
 +  # ./pip3 list --outdated
 +
 +(how to fix?)
 +
  
 __8 April 2020__ __8 April 2020__
Line 22: Line 44:
   # chmod 755 /usr/local/lib/python3.6/site-packages/chromedriver_binary/chromedriver   # chmod 755 /usr/local/lib/python3.6/site-packages/chromedriver_binary/chromedriver
  
 +The pip upgrade moved the astral package to v2.1 which broke sun.py and it needed some major changes.  Had to work through the [[https://astral.readthedocs.io/en/latest/index.html|Astral]] package docs.
      
 __11 December 2019__ __11 December 2019__
python_notes.txt · Last modified: 2023/04/05 08:56 by juckins