0

I want to install pygame library on Ubunbu 14.10. I am using Python 2.7.x. At this time I found dependences problems with python-numpy dependence., because it uses a previous version of gcc that 14.10 uses that's why I am stuck with this, my question is: is there any way to install pygame on 14.10?

best

htamayo
  • 335
  • 3
  • 16

1 Answers1

1

If you open up the terminal

type in

sudo apt-get install python-pygame

It should download and install the dependencies required for pygame.