Python Import Error Module Not Found Error : No Module Named PyQt5

preview_player
Показать описание
Python Import Error Module Not Found Error : No Module Named PyQt5 In Ubuntu Linux

PyQT5 is GUI Widget Toolkit and python interface for Qt, one of the most Powerful and popular GUI Platform to develop GUI applications.
PyQt5 API (Application Programming Interface)0 is set of modules containing a large number of classes and functions.
QtCore module contains non-GUI functionality for working with file and directory etc..
QtGui module contains all the graphical controls.
In addition, there are modules for working with :
QtXML to work with XML,
QtSvg to work with Svg and
QtSql to work with Sql.
Рекомендации по теме
Комментарии
Автор

this command worked for me for installing colorama
apt install python3-colorama
Thank You

thehackersbrain