https://github.com/spesmilo/electrum/issues/4942
"try python3.6 -m pip install pyqt5"
no matching distribution found for pyqt5
You are using pip v 8.1.1, version 19.0.2 available, try upgrading
pip install --upgrade pip
shows pip 19.0.2 is in /home/user/.local/lib/python2.7/site-packages
IE it references Pip for Python2.7
""I was facing the same issue on 16.10, upgrade to 17.04 didn't help. I'm pretty sure the problem started because of python3 packages conflict, looking at the trace of the exception it seemed like it was using packages from /usr/lib/python3 (apt managed) and from /usr/local/lib/python3.5 (pip managed). I removed all my pip installed packages, I reinstalled update-manager/python3-aptdaemon/etc but that didn't work... After some additional attempts at removing and purging everything and then reinstalling, it seems that update-manager is working when using synaptic backend and not aptdaemon. So far so good. "