Friday, May 10, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 25944  / 2 Years ago, sun, may 15, 2022, 8:45:41

I would like to install Pillow, but according to the Pillow's documentation, I must remove PIL first, which seems to have come preinstalled in Ubuntu 13.10.



What's the best way to do that?


More From » python

 Answers
1

The easiest way to uninstall pil is using pip:



sudo pip uninstall pil


and then install pillow using pip:



sudo pip install pillow


(see here for installing pip)


[#26780] Tuesday, May 17, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eaderitable

Total Points: 368
Total Questions: 117
Total Answers: 111

Location: Tuvalu
Member since Sat, Feb 11, 2023
1 Year ago
;