콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
5343 화면

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"


아바타
취소
작성자 베스트 답변

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.

아바타
취소
베스트 답변

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

sudo apt-get install pypdf2 

Hope this will help you.

아바타
취소
작성자

sorry but i'm using windows