Kivy Running Error. Unable To Find Any Valuable Text Provider
Windows 10 machine. Two python version installed. 3.6.5 and 3.5. Also 3.4 was installed and removed. As this is my first steps, maybe I messed around with all these installations.
Solution 1:
As eyllanesc was suggesting, some packages were missing for the project local interpreter (maybe the term is wrong). Installing the packages via pyCharm File | Setting | Project Interpreter, solved the issue. Has to install kivi dependencies (sdl2,glew) as well as Pillow.
Post a Comment for "Kivy Running Error. Unable To Find Any Valuable Text Provider"