Kivy error, [CRITICAL] [Text ] unable to find any valuable text provider (python 3.6.1) (windows 10) Kivy error, [CRITICAL] [Text ] unable to find any valuable text provider (python 3.6.1) (windows 10) python-3.x python-3.x

Kivy error, [CRITICAL] [Text ] unable to find any valuable text provider (python 3.6.1) (windows 10)


pip install --upgrade pip wheel setuptoolspip install docutils pygments pypiwin32 kivy-deps.sdl2 kivy-deps.glew pip install kivy-deps.gstreamer pip install kivy-deps.angle pip install –-upgrade kivy

This will solve all that issue


In PyCharmm in the Project Interpreter, add all the packages that start with:

kivy-deps.

With the exclusion of the ones with "dev" in the title


According to the source code

if 'KIVY_DOC' not in os.environ:    if not Label:        from kivy.logger import Logger        import sys        Logger.critical('App: Unable to get a Text provider, abort.')        sys.exit(1)

Make sure you have installed all the dependencies according to installation guide.