dnf update of Python appears to have broke OLAM Oracle Linux Automation Manager
I am using Oracle Linux Automation Manager 15.0.1. It has been working perfectly. Today I ran a dnf update and it installed Python 3.8. Now when I launch a job in Automation Manager, the first step is to get updated projects from a git repo. The job errors with :
ERROR! Unexpected Exception, this is probably a bug: cannot import name '_psutil_linux' from partially initialized module 'psutil' (most likely due to a circular import) (/var/lib/ol-automation-manager/venv/ansible/lib/python3.6/site-packages/psutil/__init__.py)
Something with the update of Python broke this. Any ideas on how to fix this.
Thanks.