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

    Aug 1, 2019 · One of them is install On the Python library platform, you always have the command to be copied in order to the installation of package you want. In your terminal, the …

  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 …

  3. python - Unable to install packages in virtual environment VS …

    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 …

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

  5. visual studio code - pip install Python packages in Jupyter …

    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 …

  6. How to install Python interpreter in Visual Studio 2022

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

  7. visual studio code - Python requires ipykernel to be installed

    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 …

  8. How to add a package to python in Visual Studio 2017

    Apr 23, 2017 · This Python project runs fine, out of VS2017, in my Anaconda environment. Do I need to install OpenCV 2, socketio, etc in Windows? Or is there a solution like pip, anaconda, …

  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 …

  10. VS code not recognize the Python package I installed on my Mac

    Jul 9, 2020 · 7 I tried to run a python script file on Visual Studio. But the terminal keep pop up saying that I don't have the package installed... I don't know what is going on. I installed …