Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
5342 Visualizzazioni

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"


Avatar
Abbandona
Autore Risposta migliore

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.

Avatar
Abbandona
Risposta migliore

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

sudo apt-get install pypdf2 

Hope this will help you.

Avatar
Abbandona
Autore

sorry but i'm using windows