Page 1 of 1

Pillow installiert, aber beim Import wird „Kein Modul namens Pillow“ angezeigt

Posted: 27 Dec 2024, 13:58
by Anonymous
Ich habe das Pillow-Paket installiert mit:

Code: Select all

python -m pip install pillow
Erfolgsmeldung erhalten (

Code: Select all

Successfully installed pillow
). Terminal geschlossen und wieder geöffnet.

Aber wenn ich es versuche:

Code: Select all

import pillow
Ich erhalte die Fehlermeldung:


ImportError: Kein Modul namens Pillow< /p>


Wenn python -m pip install Pillow erneut ausgeführt wird, heißt es

Code: Select all

Requirement already satisfied (use --upgrade to upgrade): pillow in c:\python27\lib\site-packages