I had install the requirements that are there in the requirements script but than also its showing that the PyPdf2 is missing.
I had also install it manually but again the same issue.
Had tried
pip install python-Pypdf2
sudo apt-get install pypdf2
Easy_install pypdf2
But all installed properly,but the message appears again
This is only happening while adding new odoo 11 version
For the 9 version nothing any issue
Hi,
Try This. Your one not working with python 3.
sudo apt install python3-pip
pip3 install -U pip
sudo pip3 install pypdf2
If you use a python venv (as I think):
The problem is a session that is bad terminated, ODOO restart the service but not use VENV context so python3 doesn't find correct dependencies
See the correct mode to launch if venv is used:
https://github.com/odoo/odoo/issues/33479#issuecomment-1207347677