In cause of conflicting PyQt5 and PyQt4 I deleted both from folders, and now trying to make my script run.
./labelImg.py
Traceback (most recent call last): File "./labelImg.py", line 24, in from PyQt4.QtGui import * ImportError: No module named PyQt4.QtGui
- Tried to install PyQt4 by "pip install pyqt":
Collecting pyqt
Could not find a version that satisfies the requirement pyqt (from versions: ) No matching distribution found for pyqt
Tried to check pip :
which pip
All is fine. The same "which" for PyQt4 has no result at all... just passed by...