Kivy not working (Error: Unable to find any valuable Window provider.)

后端 未结 5 767
遇见更好的自我
遇见更好的自我 2020-11-28 09:51

I have been getting this error: Unable to find any valuable Window provider. With kivy heres the \"full\" error:

[INFO   ] [Logger      ] Record log in C:\\U         


        
5条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-28 10:25

    Even i have faced same problem.

    Now it is working with conda install

    conda config --add channels conda-forge
    conda install kivy
    

提交回复
热议问题