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

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

    I had this same error message. Maybe the same cause, maybe something different.

    I am using PyCharm 5 and had installed Kivy using PyCharm's Settings > Project Interpreter interface to my user folder.
    I removed that installation of Kivy by navigating to the AppData user folder and deleting the kivy folders there.

    I then installed Kivy to the Python site-packages folder (by not ticking the option to install to the user folder), and it worked for me.

提交回复
热议问题