About 1,790,000 results
Open links in new tab
  1. python - Why do I get a "ModuleNotFoundError" in VS Code …

    Jun 19, 2019 · 2. Point Visual Studio Code and Visual Studio Code Code Runner to virtual environment. Opened Visual Studio Code, closed previous workspaces, opened new folder, …

  2. python - How do I install pandas into Visual Studio Code ... - Stack ...

    Jun 12, 2021 · In the terminal on Visual Studio Code, check and make sure the Python interpreter is installed: py -3 --version Then you can install libraries with: py -m pip install *packagename* …

  3. How can I set up a virtual environment for Python in Visual Studio …

    Jan 9, 2019 · Navigate to your project directory and open Visual Studio Code there. (django-project) C:\Users\prash\Videos\myFolder\projects>code . in Visual Studio Code, go to menu …

  4. python - Finding CSV file to show data with VS code - Stack …

    May 3, 2020 · __file__ is a special Python variable, marked by the double underscores on each side, also called "dunder" variables. The __file__ variable is defined by Python for each …

  5. Visual Studio Code: How debug Python script with arguments

    Make sure that the launch.json file is selected as the active debug configuration in Visual Studio Code, follow these steps: Open the Visual Studio Code editor and navigate to the Debug view …

  6. How can I get VS's python syntax highlighting in VS code?

    Jul 25, 2017 · I ran into the same issue and some VS Code themes are not supporting syntax highlighting atleast for me. I tried with Ruby and Python and the theme I was using was …

  7. How can I manually download .vsix files now that the VS Code ...

    Jan 16, 2025 · It looks like you are talking about Visual Studio Code extension. If so, you may think of yet another, alternative method of getting the extension product files. It works if you …

  8. How to correctly import a Python module in VS Code?

    Jan 12, 2020 · I've recently started programming in Python and I've decided to code some Delphi functions in Python. I've decided to create a single Python module that holds my functions. …

  9. python - Activating Anaconda Environment in VsCode - Stack …

    Apr 11, 2017 · The answer posted is how you run a .py file within VS Code using a specific environment like Anaconda. The path of my Anaconda install in the settings.json is …

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

    Aug 1, 2019 · Installing using the 'pip' from within python worked for me. On the vscode terminal type in python and goto the python prompt. At python prompt: import pip. pip.main(['install', …

Refresh