Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 vscode 上安装了 pygame,但 vscode 无法导入 pygame 显示此错误ModuleNotFoundError: No module named 'pygame' 任何帮助?
ModuleNotFoundError: No module named 'pygame'
如果您正在使用虚拟环境,请确保您在运行代码时处于安装 pygame 的环境中。
1) 在可视代码中打开终端 2) 运行命令
点安装 pygame
3)在您的代码中导入 pygame