About 1,160,000 results
Open links in new tab
  1. How to install a new python module on VSCode? - Stack Overflow

    Aug 1, 2019 · 24 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 …

  2. 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 …

  3. How to install Python interpreter in Visual Studio 2022

    Jan 28, 2025 · For python I would suggest Visual Studio Code. But it is possible to use it Visual Studio 2022. To check python open terminal and type python --version. Installation is possible in Tools --> …

  4. visual studio code - pip install Python packages in Jupyter Notebook in ...

    May 24, 2023 · One way is to install package in venv environment in the terminal. Firstly, active your venv environment by command like Path\to\venv\active Then you can use command pip install …

  5. python - 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 …

  6. visual studio code - Python requires ipykernel to be installed - Stack ...

    Nov 25, 2020 · I hit the pop up to install and can see the following being installed in the selected virtual environment/kernel i am using with my Jupyter notebook. xxx/xxx/../ python.exe -m pip install -U …

  7. How can I download .vsix files now that the Visual Studio Code ...

    Jan 16, 2025 · In your case, you want to use this documentation not for publishing, but only for the creation of a .vsix package. And that package can later be used for alternative ways of installation, …

  8. Can pip be used with Python Tools in Visual Studio?

    Mar 3, 2013 · From the mention of Visual Studio, it sounds like you're using Python Tools for Visual Studio. If so, then support for pip, easy_install and virtualenv is one of the new features in PTVS 2.0 …

  9. python - visual studios cant find package i installed through pip ...

    Feb 5, 2022 · 1 Visual Studio says I'm running Python 0.0 AND 3.10 Visual Studio is unable to find a package. I am able to run it in cmd using python. I have had this problem before, but can't remember …

  10. visual studio code - Python module not found even though its installed ...

    Oct 31, 2022 · Ctrl + Shift + P to open the command palette, search for and select Python:Select Interpreter Select the interpreter with the mss package installed 2. Install the mss package for your …