Forum Archive

Pythonista and reportlab

DavinE

Hello Guys,

I have a question, is reportlab supported by Pythonista ?
on pip install reportlab i get an error see my image.

but you will see that the error is not from reportlab but from Pillow

Is it possible to fix this or install it Manually but how ?...

PIC_1
PIC_2

Thanks for your help!

ccc

reportlab v3.1.8 is already built into Pythonista. You do not need to install it and you cannot upgrade it.

>>> import reportlab
>>> reportlab.Version  # '3.1.8'

https://pypi.org/project/reportlab is v3.5.59 but there is no way to modify the current Pythonista to use that version.

DavinE

ups.. sorry for that mistake....
i did not try it :(

Thanks for your reply @ccc