Hi!
Have brand new installation Centos 8, Python 3.6.8, Odoo 13, Postgresql 10.6.
Tring to add LDAP user authentication. When enabled - any user login causes server crash with
odoo.service.server: Thread <Thread(odoo.service.http.request.140498400159488, started 140498400159488)> virtual real time limit (154/120s) reached.
.....
odoo[25516]: ModuleNotFoundError: No module named 'PyPDF2'
From venv:
#pip3 list |grep PyPDF2
PyPDF2 1.26.0
Seems like some bug. Anyone has any clue?