[PROBLEM] How can I bypass kivy module error: ImportError: DLL load failed: The specified module could not be found ?
Note: I have installed kivy with: pip i
On Windows, glew and sdl2 are required as dependencies. I had the same problem. Installing all the dependencies
glew
sdl2
python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew
and then reinstalling kivy worked for me.