Skip to Content
Menu
This question has been flagged
3 Replies
17693 Views

while I am running odoo12, I encounter with AttributeError: module 'PyPDF2' has no attribute 'filters'

Avatar
Discard
Best Answer

Try this
sudo python3.7 -m pip install PyPDF2==1.26.0

Avatar
Discard
Best Answer

Odoo 12.0 required python library  PyPDF2==1.26.0 to be installed. please make sure you are using this version.

Avatar
Discard
Best Answer

hello try to install Pillow

sudo pip3 install pillow 

Avatar
Discard
Related Posts Replies Views Activity
2
Dec 23
12009
0
Oct 23
33
3
Oct 23
787
1
Oct 23
569
1
Aug 23
982