Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
5350 Lượt xem

Hi,

i'm tried to install source install of odoo 11 on windows but on each time i get this error : 


Import error : No module named "PyPDF2"


Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Actually it was a problem when installing python 3.5 with the package lxml so i remove it from the requirements and the install work fine.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Its a dependency of odoo. try by installing following command:-

sudo apt-get install pypdf2 

Hope this will help you.

Ảnh đại diện
Huỷ bỏ
Tác giả

sorry but i'm using windows