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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
2
Respuestas
2540
Vistas
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
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Inscribirse