About 125,000 results
Open links in new tab
  1. How to use pip with Visual Studio Code - Stack Overflow

    Feb 26, 2017 · I have python 3.6 installed, I have a python extension installed on Visual Studio code but I still can't use pip on Visual Studio code. It says it is not a recognised command. Any help please? …

  2. How can i install PIP on my windows machine in Visual Studio Code

    Jul 29, 2020 · How can i install PIP on my windows machine in Visual Studio Code Asked 5 years, 4 months ago Modified 4 years, 6 months ago Viewed 28k times

  3. python - VSCode: There is no Pip installer available in the selected ...

    The terminal opens fine, pip is present, and I'm even able to pip install autopep8 in the terminal that opened in VSCode, but when I try running the Format Document command I get the same errors that …

  4. How to install Python packages for a VS Code virtual environment?

    Apr 5, 2023 · 3 When I follow the command in the VS Code Python tutorial to install a package in the virtual environment, the script only runs successfully using the global interpreter, not the newly …

  5. Unable to install packages with pip in VS code - Stack Overflow

    Nov 23, 2023 · Pip installing something and it not being recognised is (as far as I know) always a symptom of mismatching python executables. The python you're using to run a file might be different …

  6. How to install a new python module on VSCode? - Stack Overflow

    Aug 1, 2019 · I'm trying to install new python modules on my computer and I know how to install through the terminal, but I wish to know if there is a way to install a new module directly through VSCode (like …

  7. Unable to install packages in virtual environment VS Code

    Feb 13, 2024 · I'm trying to install packages in a newly created virtual environment in VS Code. The environment is created and selected (highlighted in red in the below image) but pip is installing …

  8. Python requires ipykernel to be installed - Stack Overflow

    Nov 25, 2020 · Or, we could also install " ipykernel " manually: (pip install ipykernel) In addition, for the newly created Python environment (without installing " ipykernel "), before opening the Jupyter file, …

  9. How do I install pandas into Visual Studio Code? - Stack Overflow

    Jun 12, 2021 · 5 In the terminal on VSCode, check and make sure the Python interpreter is installed: py -3 --version Then you can install libraries with: py -m pip install *packagename* This was a simple …

  10. VSCode terminal uses global pip instead of venv pip

    Mar 12, 2025 · So yesterday i noticed that the vscode terminal was using the global pip instead of the pip in my virtual environment when trying to use pip or package commands. Running the python file …