Using rcc tool with Qt6 to convert .qrc to .py resource file

Installing rcc tool on Ubuntu 22.04 from the package qt6-base-dev-tools is returning error rcc: could not find a Qt installation of ''. The other way to convert these would be by using PySide6 pyside6-rcc, but I would like to do it without installing PySide6.

I tried to fix it with similar problem, but the provided solutions did not fix it. This error is maybe rooted in the qtchooser package based on this bug.

Leave a Comment