Hi,
I get "No module named 'PyPDF2'" error and then suddenly Odoo12 service stops.
If I try to install PyPDF2 library I get this message: sudo /opt/odoo12/venv/bin/python3 -m pip install PyPDF2
Requirement already satisfied: PyPDF2 in /opt/odoo12/venv/lib/python3.6/site-packages (1.26.0)
If I execute this command, I can see PyPDF2 module installed: /opt/odoo12/venv/bin/python3 -m pip list
Package Version
--------------- ---------
PyPDF2 1.26.0
My system versions:
Odoo version: 12
Python version: 3.6.3
CentOS Linux release 7.6.1810
Any help please?
Thanks!