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

后端 未结 7 1413
走了就别回头了
走了就别回头了 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:44

    If you have already installed kivy in windows without installing dependencies use these command separately It will work,

    python -m pip install kivy.deps.sdl2
    
    python -m pip install kivy.deps.glew 
    

提交回复
热议问题