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

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

    I had the same problem. The answer is:

    1. pip uninstall docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew -clears previous versions from user Folder and then again:
    2. pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew

    And it works fine!

    0 讨论(0)
提交回复
热议问题