python_notes
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
python_notes [2022/06/22 09:48] – juckins | python_notes [2023/04/05 08:56] (current) – juckins | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== Python Install Notes ==== | ==== Python Install Notes ==== | ||
+ | __5 Apr 2023__ | ||
+ | |||
+ | # python3 -m pip list --outdated | ||
+ | Package | ||
+ | ------------------- --------------- --------------- ----- | ||
+ | chromedriver-binary 110.0.5481.30.0 112.0.5615.28.0 sdist | ||
+ | mypy-extensions | ||
+ | pdf2image | ||
+ | pytesseract | ||
+ | pytz 2022.7.1 | ||
+ | urllib3 | ||
+ | |||
+ | Ran this: | ||
+ | # python3 -m pip install --upgrade < | ||
+ | # find /usr -name " | ||
+ | # chmod 755 / | ||
+ | |||
+ | __11 Jan 2023__ | ||
+ | |||
+ | # python3 -m pip list --outdated | ||
+ | Package | ||
+ | ------------------- --------------- --------------- ----- | ||
+ | certifi | ||
+ | chromedriver-binary 108.0.5359.22.0 109.0.5414.74.0 sdist | ||
+ | dictor | ||
+ | pdf2image | ||
+ | pytesseract | ||
+ | pytz 2022.6 | ||
+ | |||
+ | Upgraded all of the above except for pytesseract. | ||
+ | |||
+ | # find /usr -name " | ||
+ | # chmod 755 / | ||
+ | |||
+ | |||
+ | __30 Nov 2022__ | ||
+ | |||
+ | Upgraded several python packages on physical and virtual servers. | ||
+ | |||
+ | __26 Oct 2022__ | ||
+ | |||
+ | Upgraded several python packages on physical server. | ||
+ | |||
+ | |||
+ | Current list of python modules: | ||
+ | | ||
+ | [root@tidewater: | ||
+ | Package | ||
+ | ------------------- --------------- | ||
+ | astral | ||
+ | backports.zoneinfo | ||
+ | black | ||
+ | certifi | ||
+ | chardet | ||
+ | charset-normalizer | ||
+ | chromedriver | ||
+ | chromedriver-binary 107.0.5304.62.0 | ||
+ | click 8.0.4 | ||
+ | dataclasses | ||
+ | dictor | ||
+ | idna 3.4 | ||
+ | importlib-metadata | ||
+ | importlib-resources 5.4.0 | ||
+ | mypy-extensions | ||
+ | numpy | ||
+ | pathspec | ||
+ | pdf2image | ||
+ | Pillow | ||
+ | pip | ||
+ | platformdirs | ||
+ | PyMySQL | ||
+ | pytesseract | ||
+ | pytz 2022.5 | ||
+ | requests | ||
+ | selenium | ||
+ | setuptools | ||
+ | tomli 1.2.3 | ||
+ | typed-ast | ||
+ | typing_extensions | ||
+ | urllib3 | ||
+ | vboxapi | ||
+ | wget 3.2 | ||
+ | zipp 3.6.0 | ||
+ | |||
+ | |||
+ | __30 Sep 2022__ | ||
+ | |||
+ | Current list of python modules: | ||
+ | |||
+ | [root@tidewater: | ||
+ | Package | ||
+ | ------------------- --------------- | ||
+ | astral | ||
+ | black | ||
+ | certifi | ||
+ | chardet | ||
+ | charset-normalizer | ||
+ | chromedriver | ||
+ | chromedriver-binary 105.0.5195.52.0 | ||
+ | click 8.0.4 | ||
+ | dataclasses | ||
+ | dictor | ||
+ | idna 3.4 | ||
+ | importlib-metadata | ||
+ | mypy-extensions | ||
+ | numpy | ||
+ | pathspec | ||
+ | pdf2image | ||
+ | Pillow | ||
+ | pip | ||
+ | platformdirs | ||
+ | PyMySQL | ||
+ | pytesseract | ||
+ | pytz 2022.2.1 | ||
+ | requests | ||
+ | selenium | ||
+ | setuptools | ||
+ | tomli 1.2.3 | ||
+ | typed-ast | ||
+ | typing_extensions | ||
+ | urllib3 | ||
+ | vboxapi | ||
+ | wget 3.2 | ||
+ | zipp 3.6.0 | ||
+ | |||
+ | __22 Sep 2022__ | ||
+ | |||
+ | Upgraded several python packages on both physical and virtual servers. | ||
+ | |||
+ | __2 Aug 2022__ | ||
+ | |||
+ | Upgraded several python packages on both physical and virtual servers. | ||
+ | |||
__22 June 2022__ | __22 June 2022__ | ||
- | Upgraded several python packages on both __physical__ | + | Upgraded several python packages on both physical |
__26 May 2022__ | __26 May 2022__ | ||
- | Upgraded several python packages on both __physical__ | + | Upgraded several python packages on both physical |
__27 Apr 2022__ | __27 Apr 2022__ | ||
- | Upgraded several python packages on both __physical__ | + | Upgraded several python packages on both physical |
__30 Mar 2022__ | __30 Mar 2022__ | ||
- | Upgraded several python packages on both __physical__ | + | Upgraded several python packages on both physical |
__3 Mar 2022__ | __3 Mar 2022__ | ||
Line 313: | Line 446: | ||
# / | # / | ||
| | ||
- | Note: you can also do specific versions of chromedrive-binary: | + | Note: you can also do specific versions of chromedrive-binary |
# python3 -m pip install chromedriver-binary==90.0.4430.24.0 | # python3 -m pip install chromedriver-binary==90.0.4430.24.0 |
python_notes.1655905681.txt.gz · Last modified: 2022/06/22 09:48 by juckins