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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
2547
查看
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