How can I use PyQt5 in a virtual environment? I've tried this:
(gui)daniel@yosemite:~$ pip install PyQt5
Collecting PyQt5
Could not find any downloads that satisfy the requirement PyQt5
No distributions at all found for PyQt5
What I want is basically to have the Qt stuff separated from the rest of my system (I don't want to install id system-wide). How can I achieve this?