<div dir="ltr"><div>Hello,</div><div>           I am trying to install PyQt 5.14 and I am getting the following errors when I type this command on Ubuntu 18.04 LTS</div><div><br></div><div>pip3 install PyQt</div><div><br></div><div>Collecting PyQt5<br>  Using cached <a href="https://files.pythonhosted.org/packages/4d/81/b9a66a28fb9a7bbeb60e266f06ebc4703e7e42b99e3609bf1b58ddd232b9/PyQt5-5.14.2.tar.gz">https://files.pythonhosted.org/packages/4d/81/b9a66a28fb9a7bbeb60e266f06ebc4703e7e42b99e3609bf1b58ddd232b9/PyQt5-5.14.2.tar.gz</a><br>    Complete output from command python setup.py egg_info:<br>    Traceback (most recent call last):<br>      File "<string>", line 1, in <module><br>      File "/usr/lib/python3.6/tokenize.py", line 452, in open<br>        buffer = _builtin_open(filename, 'rb')<br>    FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-io2s31yp/PyQt5/setup.py'<br>    <br>    ----------------------------------------<br>Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-io2s31yp/PyQt5/</div><div><br></div><div>Alternatively I typed</div><div><br></div><div>python3.6 -m pip install.</div><div><br></div><div>and  I get a message saying that setup.py is not found.</div><div><br></div><div>Any suggestions will be appreciated,</div><div>Ashwin.<br></div></div>