LoginSignup
5
5

More than 5 years have passed since last update.

Pythonで機械学習の勉強始めたら「could not find or load the Qt platform plugin windows」でつまった

Posted at

Pythonを導入し、意気揚々と機械学習の学習を始めたらグラフを描写するにあたり
「could not find or load the Qt platform plugin windows」
というエラーメッセージがでてうまくいかない。

調べてみると、以下のような記事が。

記事の通りにシステム環境変数を設定後、
Pycharmを再起動したら無事グラフ描写された。

パス ローカル環境\Anaconda3\Library\plugins
環境変数 QT_PLUGIN_PATH

5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5