Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
5348 Widoki

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"


Awatar
Odrzuć
Autor Najlepsza odpowiedź

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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

sudo apt-get install pypdf2 

Hope this will help you.

Awatar
Odrzuć
Autor

sorry but i'm using windows