ImportError: No module named pygame?? : Atom
www.reddit.com › r › AtomYou can do this by inspecting the script via PyCharm with something like this: import module_name print module_name.__file__ Once you have the filepath of the "pygame" package, you will include the parent directory into the system path that Atom uses to load system libraries.
ModuleNotFoundError: No module named 'pygame'
python-forum.io › thread-21867Reputation: 159. #4. Oct-18-2019, 05:59 PM. Just link Pycharm with the python interpreter that has pygame that you installed via terminal. Pygame dependencies should be. 1. sudo apt-get install python3-dev python-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev libsmpeg-dev python3-numpy python-numpy subversion ...