Jacques Duflos
@jduflos
Né en 1988
Diplômé de l'ENIM en 2011
Consultant en ingénieurie mécanique de 2011 à 2016
Professeur de technologie depuis 2018
Hi there,
For some reason, the PIL library sometimes is not imported. I just have to log out, wait and start again some other time.
Is this issue know
Python
brownadam To get PIL to work launch the shell and then pip install Pillow. However, you will have to do this every single time you want to use the PIL Library since everything is wiped from the shell once you are done using it.
I really hope this work around does not get removed. I need PIL to work for a course I teach and really do not want to have to find another online workspace!3 years ago
lizgoldstein15 PIL used to work for me, but is no longer working. This is a major bummer!3 years ago
Hi there,
Is there a way to use the show() methode of the PIL.Image class in a repl ?
For now it only shows me the message
display-im6.q16: unable
Python
PaoloAmoroso As far as I know Python REPLs support directly showing images only for Matplotlib, so the only workaround is to use the latter for image visualization. Or you may use Python from a Tkinter or Polygott REPL.3 years ago