[Tutor] Pygame Help

Alan Gauld alan.gauld at yahoo.co.uk
Mon Jan 25 19:59:58 EST 2021


On 25/01/2021 19:45, Nirel Leitman via Tutor wrote:

> I am getting an error stating that there is no module named 'pygame'.  

> downloaded Pygame from Downloads (pygame.org)

I don't know how you did that, I couldn't find a downloads
section on the web site!

>  where I downloaded the newest version which is 1.9.6 Package.

Pygame 2.0 was released at the end of October 2020.

And the recommended way to install it is with pip:
The following line is provided on the web site:

python3 -m pip install pygame==2.0.0

Try that and see you it goes.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list