Solution for no image display after call Image.show via python

simple python code like:
 
from PIL import Image   
image = Image.open('image.gif' 
image.show() 

no image display while running on ubuntu system.

The easy solution is:
sudo apt-get install imagemagick

❤️ Support This Blog


If this post helped you, you can support my writing with a small donation. Thank you for reading.


Comments

Popular posts from this blog

fixed: embedded-redis: Unable to run on macOS Sonoma

Copying MDC Context Map in Web Clients: A Comprehensive Guide

Reset user password for your own Ghost blog