I am facing problem when I try to install PyQt(according to the following link https://www.metachris.com/2016/03/how-to-install-qt56-pyqt5-virtualenv-python3/).
I am able to install everything but got stuck for PyQt installation.For installation it showed me an error that I have to make a private copy of my sip module for the installation . I followed this link(Installing PyQt5 from sources: Unable to import PyQt5.sip) to make a private copy but got stuck with this error
python3 configure.py --sip-module private.sip
python3 configure.py -q /usr/bin/qmake-qt5 -n private.sip
It shows an error
configure.py: error: no such option: -q
Please suggest something.