I am trying to build a PyQt5 GUI Application. I have python3.6 and pyqt5 installed on Centos-8. The directory structure is as follows:
Workspace/ ├── app.py ├