コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
5361 ビュー

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