How To install Pillow in Python 2.7?

I am Having Jeston Xavier Nx with Jetpac 4.6
I am unable to download Pillow in Jetpack (Python 2.7).
Pls tell me how to install it.

Hi,

Is python3 an option for you?
We can install Pillow successfully with following command:

$ pip3 install pillow

Thanks.

1 Like

Hi @vashisht.akshat.rn.04 ,

You could also try with:

sudo apt install python-pil

Regards,
Jimena Salas