though following the instructions like below, I can not fixed the caption error.
sudo apt-get purge python-pypdf
the try bellow command again
sudo apt install python3-pip
pip3 install -U pip
sudo pip3 install pypdf2
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
though following the instructions like below, I can not fixed the caption error.
sudo apt-get purge python-pypdf
the try bellow command again
sudo apt install python3-pip
pip3 install -U pip
sudo pip3 install pypdf2
Hi,
Found a similar question before, you can refer the following
Thanks and regards
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
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
Hi,
Try the following
sudo apt-get install python3-pypdf2