Thursday, October 2, 2025
HomeLanguagesHow to Install PIL on Windows?

How to Install PIL on Windows?

In this article, we will look into the various methods of installing the PIL package on a Windows machine.

Prerequisite:

For PIP Users:

Open up the command prompt and use the below command to install the PIL package:

pip install Pillow

The following message will be displayed once the installation is completed:

installing PIL package using PIP

To verify the installation run the below code in a Python IDE of your choice:

Python3




import PIL
  
IL.__version__


Output:

verifying the installation of PIL

For Conda Users:

Conda users can open up the Anaconda Power Shell and use the below command to install PIL:

conda install -c anaconda Pillow

The following message will be displayed once the installation is completed:

installing PIL package using conda

To verify the installation run the below code in a Python IDE of your choice:

Python3




import PIL
IL.__version__


Output:

verifying the installation of PIL

RELATED ARTICLES

Most Popular

Dominic
32331 POSTS0 COMMENTS
Milvus
85 POSTS0 COMMENTS
Nango Kala
6703 POSTS0 COMMENTS
Nicole Veronica
11867 POSTS0 COMMENTS
Nokonwaba Nkukhwana
11926 POSTS0 COMMENTS
Shaida Kate Naidoo
6817 POSTS0 COMMENTS
Ted Musemwa
7078 POSTS0 COMMENTS
Thapelo Manthata
6775 POSTS0 COMMENTS
Umr Jansen
6776 POSTS0 COMMENTS