2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

VSCodeでPythonが動かなくなった話(Windows10)

Posted at

起きたこと

  • 変数のマウスオーバーで型が出てこないことに困った
  • そもそも実行できない
  • 「Python入ってないからインストールしなさいよ。拡張機能のPython(※)より。」と英語で通知
    • python is not installedとかって書いてあったんだと思う
  • 下の画像の赤枠に「パイソンのインタプリタが選択されてないから選択しなさいよ」と英語で言われる
    • select python interpreterって書いてあったと思う
  • ※Microsoftが出してるPythonの拡張機能。VSCodeでPython書くときに必ず入れるやつ

ダメだった対策

  • コマンドプロンプトから"python"と打って起動することの確認。インストールは勿論パスが通っていることも確認できた。
  • 「インタプリタを選択しろ」と言われているところをクリック
    • バツを付けているものが出ていれば選択して解決だったが、何も出ず。
    • python.exeの場所を確認しパスを書き込んでも動かず
+ 設定(ctrl+,)から"python.pythonpath"と検索しパスを入力 + 一つ上の項目ができない時にやってみる対策らしいが意味なし

最終的な解決

  • Pythonの拡張機能のフォルダを消して、当該拡張機能を再度インストール
    • "C:\Users\username.vscode\extensions"に拡張機能のフォルダがあって、その中の"ms-python..."ってフォルダ

お気持ち

  • 半日溶かした。英語の記事読むのは疲れるけど3つくらいは全部ちゃんと読み込んでみた方が良い。誰かの役に立ってほしいというよりも単純に、140字以内に愚痴をまとめられなかった。
2
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
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?