Re: [pygame] Installing pygame with pip

2016-09-28 Thread Thomas Kluyver
On 28 September 2016 at 16:10, Jorge Maldonado Ventura < jorgesu...@freakspot.net> wrote: > Yes, it works with the --pre flag. Anyone can now test my game with pip: > sudo pip3 install --pre bullet_dodger > Great! I'll give it a try later on. By the way, using sudo with pip is generally frowned

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Martin Kühne
Do you run the setup.py as your user? You may be in a virtual environment or have a different configuration in your .local/ path? Maybe setuptools somehow decides to use a different pip/python version/whatvever? Thomas, you seem to miss that from your last mail? cheers! mar77i

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Jorge Maldonado Ventura
On 2016-09-28 17:02, Thomas Kluyver wrote: > Have you tried with the --pre flag? > > Normally, pip will ignore beta versions unless you specify --pre to allow > pre-releases. It seems there is some special case if it can only find > pre-releases - pygame has never been installable from

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Jorge Maldonado Ventura
On 2016-09-28 16:58, Martin Kühne wrote: > What version do you get when you install pygame from pip? > sudo pip3 install pygame Collecting pygame Using cached pygame-1.9.2b8-cp35-cp35m-manylinux1_x86_64.whl Installing collected packages: pygame Successfully installed PYGAME-1.9.2B8

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Martin Kühne
For me, it's spelled 'Pygame', not 'pygame'. And pip offers v1.9.2b8 of that one. cheers! mar77i

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Thomas Kluyver
Have you tried with the --pre flag? Normally, pip will ignore beta versions unless you specify --pre to allow pre-releases. It seems there is some special case if it can only find pre-releases - pygame has never been installable from PyPI before, so pip doesn't find any earlier version to use and

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Martin Kühne
What version do you get when you install pygame from pip?

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Thomas Kluyver
On 28 September 2016 at 15:40, Martin Kühne wrote: > For me, it's spelled 'Pygame', not 'pygame'. And pip offers v1.9.2b8 > of that one. > The version it offers will depend on your platform for now, though this won't be the case when there's a proper 1.9.2 release out.

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Jorge Maldonado Ventura
Oh, cool, tested again now pip it gives me a more meaningful output. This is my install requires in setup.py. Here is the project: https://notabug.org/jorgesumle/bullet_dodger/src/master/setup.py * install_requires=[ * 'pygame >= 1.9.1', * ], This is the error I get.

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Martin Kühne
I meant the paragraph beneath the one that made you write yet another mail. I'll go ahead and quote it for you: > We are pretty close to having 'pip install pygame' working on the three > major platforms - it should already work today for Linux and Windows, but > there are still a couple of