Thursday, July 11, 2019

ImportError: No module named 'PyPDF2'

ODOO

configurations

PyPDF2

 

"ImportError: No module named 'PyPDF2' "
this error means that PyPDF2 package is not installed in your system so you have to install it first , in order to install it go to your terminal and write 
  • sudo apt-get install python-PyPDF2
if it's not work then you have to install it by using pip , by write 
  • pip3 install PyPDF2
if it's not work then try 
  • python3 -m pip install PyPDF2
or 
  • sudo python3 -m pip install PyPDF2
>>>Hope this useful :)

No comments:

Post a Comment

Odoo Invoice Qr code issues

There are two main issues must of us facing with the QR code in Odoo invoice & these issues are 1/ QR code displayed as broken image w...