[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
For pycharm, got to PyCharm's Settings > Project Interpreter and install kivy.deps.sdl2 and kivy.deps.glew packages. Worked for me.