[Distutils] Things that are not pip-installable (was Re: moving things forward) shouldn't)
Cosimo Lupo
cosimo.lupo at daltonmaag.com
Thu May 5 04:14:52 EDT 2016
On 5 May 2016 at 09:00, Marius Gedminas <marius at gedmin.as> 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 -m pip install --user pyqt5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20160505/899afac6/attachment.html>
More information about the Distutils-SIG
mailing list