Package Pygame Is Not Detected By Pycharm
I installed pygame by using the following command- pip install pygame But when I tried to import pygame in a project on pycharm it shows me error that the module pygame is not fou
Solution 1:
You may need to install the pygame package.
- Go to File
- Settings
- Go to Python Interpreter
- Click on the plus icon and search for pygame
- Select pygame and click 'install package'.
Post a Comment for "Package Pygame Is Not Detected By Pycharm"