跳至内容
菜单
此问题已终结
2 回复
5358 查看

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