LoginSignup
0
3

More than 5 years have passed since last update.

EclipseでPyDevを使ってて"Python not configured."と出た時の対処法

Last updated at Posted at 2017-03-23

事の始まり

gitからプロジェクトをクローンしていざeclipseでpydev使って開発しようとしたところ、以下の画像のようなエラーメッセージが表示されました。

スクリーンショット 2017-03-23 16.59.53.png

"Python not configured."

直訳:Python、設定されてない

pythonのInterpreterのことか?前にも設定したけど、プロジェクトごとに定義する必要あったんだっけ・・?

(参考:Python+Eclipse+機械学習 〜環境構築〜【Mac】

結論から言うと必要ありました。

対処法

  1. 該当するプロジェクトで右クリック
  2. 「プロパティ」を選択
  3. 「PyDev - Interpreter/Grammar」を選択
  4. 「リストされていないインタープリターを構成するにはここをクリックしてください。」をクリック
  5. Python Interpreterを適当に追加して適用
  6. 文法バージョンとインタープリターを適当に設定して適用
  7. Eclipseを再起動

(参考:Eclipse: “Python not configured”

終わりです。
お疲れ様でした~!

0
3
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
0
3