How to deal with Kivy installing error in Python 3.8?

前端 未结 5 1108
小蘑菇
小蘑菇 2020-12-09 04:42

I have installed every necessary code in Python from Kivy, but the last one I need which one is python -m pip install kivy gets me an error like this:

5条回答
  •  暖寄归人
    2020-12-09 05:16

    If you are using conda environment:

     conda install -c conda-forge kivy 
    

    works in python 3.8

提交回复
热议问题