<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On 5 May 2016 at 09:00, Marius Gedminas <span dir="ltr"><<a href="mailto:marius@gedmin.as" target="_blank">marius@gedmin.as</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">pip install pyqt5</blockquote></div><br><br>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.
</div><div class="gmail_extra">Try this for example:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><span style="font-size:12.8px">python3.5 -m pip install --user pyqt5</span><br></div></div>