About 115,000 results
Open links in new tab
  1. How to import pygame in visual studio code? - Stack Overflow

    Jan 26, 2019 · To elaborate on @Mehrdad's suggestion: There's a section on installing matplotlib in the Install and use packages section of the Visual Studio Code Get Started Tutorial. …

  2. i can't import pygame in visual studio code - Stack Overflow

    Dec 7, 2019 · 1 I had similar issue in vs code, basically I had 2 python installed one from microsoft store and another one from vs code software. To solve this I just uninstalled the one from …

  3. Instalando e importando o módulo Pygame no VSCode

    May 13, 2020 · Você deve instalar o pacote via terminal e não no IDLE. Abra o terminal do seu sistema e digite o que você estava tentando: python -m pip install pygame Se diferentes …

  4. How can I get PyGame to work with VSCode? - Stack Overflow

    Feb 17, 2022 · (1) You should post your answer as an answer. This is not a general forum. (2) You don't need to change your PATH; you can just change the interpreter used in VSCode. (3) …

  5. visual studio code - in vscode, pygame wont import but it is …

    May 6, 2022 · Restart vscode and first check if pygame is installed by pygame --version in cmd then open vscode.

  6. Pygame not working on VS Code even though it is installed

    Jul 25, 2022 · If you want to run your game using the global interpreter (python 3.10, the one where you installed pygame), you will need to switch your interpreter inside VSCode:

  7. why is vscode throwing a false error that pygame is not installed

    Aug 23, 2022 · Try to reload vscode (by command pallete or just restart the app), reinstall pygame and make sure python path is selected. Also it is worth to trying selecting interpreter. Open …

  8. VS Code Python pip is not recognized - Stack Overflow

    I just switched from PyCharm to VSCode, and when I try to pip install X, I get the following message: pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or …

  9. python - Import "pygame" could not be resolved Pylance ...

    Jun 20, 2021 · Click the correct directory path (matching the one in which Pygame is currently installed) You may also edit the default import path from the Python settings.json file (search …

  10. No module named "pygame" after using pip - Stack Overflow

    Apr 4, 2022 · Then click on your python installation, then pip, and install pygame. Or you can find where your vs code python installation is, and run this: "directory to vs code python.exe" -m …