Fail während der Installation von Pillow (Python-Modul) in Linux

Ich versuche Pillow (Python-Modul) mit pip zu installieren, aber es gibt folgenden Fehler aus:

ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting

So wie der Fehler sagt, habe ich versucht:

pip install pillow --global-option="--disable-jpeg"

Aber es schlägt fehl mit:

error: option --disable-jpeg not recognized

Irgendwelche Hinweise, wie man damit umgeht?

Antworten auf die Frage(22)

Ihre Antwort auf die Frage