VSCode: There is no Pip installer available in the selected environment

前端 未结 14 1936
耶瑟儿~
耶瑟儿~ 2021-01-29 23:19

I\'m trying to run the autopep8 linter on a Python file in VSCode.

I\'ve followed the instructions here: https://code.visualstudio.com/docs/python/environments and selec

14条回答
  •  后悔当初
    2021-01-29 23:54

    Man you can only change the interpreter.

    Go in (ctrl + shift + p), then type Python: Select Interpreter, this way you choose the version that your extension needs.

    This worked for me.

提交回复
热议问题