Re: [Distutils] Things that are not pip-installable (was Re: moving things forward) shouldn't)

2016-05-06 Thread Cosimo Lupo
On 5 May 2016 at 09:00, Marius Gedminas wrote: > pip install pyqt5 You need Python 3.5, and you also need to ensure you are calling the `pip` command for Python 3.5, and not the default `pip` which may be linked to a different Python version. Try this for example: python3.5

Re: [Distutils] Things that are not pip-installable (was Re: moving things forward) shouldn't)

2016-05-05 Thread Nathaniel Smith
On Thu, May 5, 2016 at 1:00 AM, Marius Gedminas wrote: > On Wed, May 04, 2016 at 11:32:33PM -0700, Nathaniel Smith wrote: >> What are these things that aren't pip-installable and why isn't the >> solution to fix that? > > Things that are not pip-installable that I've personally

[Distutils] Things that are not pip-installable (was Re: moving things forward) shouldn't)

2016-05-05 Thread Marius Gedminas
On Wed, May 04, 2016 at 11:32:33PM -0700, Nathaniel Smith wrote: > What are these things that aren't pip-installable and why isn't the > solution to fix that? Things that are not pip-installable that I've personally missed include: - pygame (there are a bunch of tickets in their bug tracker, and