Skip to content

Commit 8e79189

Browse files
Merge pull request #21 from mswell/pypdf_error
Fix pypdf2 and html2text error on instalation
2 parents c23a0cf + f156612 commit 8e79189

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

install_odoo_trustcodebr.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,13 @@ then
192192
pip3 install psycopg2==2.5.4
193193
pip3 install pyPdf==1.13
194194
pip3 install pydot==1.2.4
195+
pip3 install PyPDF2==1.26.0
195196
pip3 install pyparsing==2.0.3
196197
pip3 install pyserial==2.7
197198
pip3 install python-dateutil==2.4.0
198199
pip3 install python-ldap==3.0.0b4
199200
pip3 install python-openid==2.2.5
201+
pip3 install html2text==2018.1.9
200202
pip3 install pytz==2014.10
201203
pip3 install pyusb==1.0.0b2
202204
pip3 install qrcode==5.1

0 commit comments

Comments
 (0)