How can I bypass kivy module error: ImportError: DLL load failed: The specified module could not be found?

后端 未结 7 1365
走了就别回头了
走了就别回头了 2020-12-19 04:12

[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         


        
7条回答
  •  感情败类
    2020-12-19 04:43

    For pycharm, got to PyCharm's Settings > Project Interpreter and install kivy.deps.sdl2 and kivy.deps.glew packages. Worked for me.

提交回复
热议问题