...
$ python3 -m venv myvenv $ . myvenv/bin/activate $ pip install pyqt5
or
$ pip install pyqt5==5.14
and then
$ pip install lavue
Moreover it is also good to install the following python packages:
$ pip install fabio $ pip install pillow
$ pip install pyFAI $ pip install lavuefilters $ pip install pytango
...