Traceback (most recent call last):
File "C:\Program Files\odoo 15\server\odoo-bin", line 5, in
import odoo
File "C:\Program Files\odoo 15\server\odoo\__init__.py", line 75, in
import PyPDF2
ModuleNotFoundError: No module named 'PyPDF2'
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilitate
- Inventar
- PoS
- Project
- MRP
Această întrebare a fost marcată
2
Răspunsuri
2548
Vizualizări
Hi nageshwari,
This is because python library
PyPDF2 is missing , You need to install it .
pip3 install Pypdf2
Refer,
https://www.odoo.com/forum/help-1/pypdf2-module-not-found-128668?forum=forum.forum
thank you
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Înscrie-te