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'
Se marcó esta pregunta
2
Respuestas
2850
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.
Registrarse