Cannot pip install Pillow 7 on Python 3.9

前端 未结 2 899
日久生厌
日久生厌 2020-12-11 18:48

I\'m facing an issue that I can\'t find a solution for it. I have Python 3.9.0a1 and pip 20.0.2 and I can\'t install different packages like Pillow while with other package

2条回答
  •  無奈伤痛
    2020-12-11 19:18

    The reason this is happening is because PIL hasn't updated to Python 3.9 yet, I am not aware of any fixes but right now it is best to downgrade to a Python version that can run PIL.

    enter image description here

    You aren't alone in this problem.

提交回复
热议问题