How to fix “could not find or load the Qt platform plugin windows” while using Matplotlib in PyCharm

前端 未结 21 1133
迷失自我
迷失自我 2020-12-02 13:00

I am getting the error \"could not find or load the Qt platform plugin windows\" while using matplotlib in PyCharm.

How can I solve this?

21条回答
  •  生来不讨喜
    2020-12-02 13:53

    You may need to copy the "plugins" file in Anaconda3\Library. For example, on my computer it is

    S:\Anaconda3\Library\plugins
    

    to the same path of your .exe file.

提交回复
热议问题