About 50 results
Open links in new tab
  1. python - How do I install pandas into Visual Studio Code ... - Stack ...

    Jun 12, 2021 · Learn how to install the Pandas library in Visual Studio Code with step-by-step guidance from Stack Overflow.

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

    Apr 5, 2023 · 4 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 can I set up a virtual environment for Python in Visual Studio …

    Jan 9, 2019 · In my project folder I created a venv folder: python -m venv venv When I run command select python interpreter in Visual Studio Code, my venv folder is not shown. I went one level up like …

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

  5. python - Unable to install packages in virtual environment VS Code ...

    Feb 13, 2024 · 3 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. VS Code does not find Python kernel - Stack Overflow

    Nov 2, 2022 · In Visual Studio code still, while having opened a notebook file (.pynb file), I click on select kernel on the top right of the IDE, then click on "Python Environments": the environment I selected …

  7. VS Code can't find Python - Stack Overflow

    Feb 1, 2021 · Open a new Visual Studio Code terminal with (Ctrl + Shift + `) to test the Python command; you may need to restart Visual Studio Code. I had trouble with Visual Studio Code being …

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

    May 24, 2023 · At last, I moved the Jupyter Notebook file to ".venv" virtuasl environment. So my question is how can I pip install specific python packages to that virtual environment and use them …

  9. python - Why do I get a "ModuleNotFoundError" in VS Code despite …

    Jun 19, 2019 · Microsoft's Getting Started with Python in VS Code describes how to install packages where Visual Studio Code expects them: Create a virtual environment with the Python: Create …

  10. Downloading >=Python 3.10 for VS Code - Stack Overflow

    Jan 6, 2023 · 1 Follow this steps (hope will help you): Download python from the official website python website and chose the version you want Make sure you add python to the virtual environment by …