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
Even i have faced same problem.
Now it is working with conda install
conda config --add channels conda-forge
conda install kivy
You're probably missing some dependencies. From the docs:
Install the dependencies (skip gstreamer (~120MB) if not needed, see Kivy’s dependencies):
python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew;
python -m pip install kivy.deps.gstreamer
To install these dependencies, open up a terminal (can be a console, Pycharm Terminal window, etc.), run the first command and then the second command.
try to disable the 3D and the 2D video acceleration acceleration in the (>>display>> settings ) of the virtual software (aka vmbox, vmware).
The solution above did not work for me. Here is what I had to do to solve the problem on my Windows 10 pc with Anaconda Python 3.6 installed:
I had the same problem. I tried many suggested solutions in vain. It only worked when I uninstalled and reinstalled kivy.
To uninstall:
$ pip uninstall kivy
To install:
$ python -m pip install kivy==2.0.0rc1