Код: Выделить всё
Aborting build process due to attempt to collect multiple Qt bindings packages: attempting to run hook for 'PySide6', while hook for 'PyQt5' has already been run! PyInstaller does not support multiple Qt bindings packages in a frozen application - either ensure that the build environment has only one Qt bindings package installed, or exclude the extraneous bindings packages via the module exclusion mechanism (--exclude command-line option, or excludes list in the spec file).- Некоторые функции приложения зависят от PyQt5.
< li>Другие функции зависят от PySide6.
Есть ли способ настроить PyInstaller для обработки PySide6 и PyQt5 в одном и том же исполняемом файле?
Подробнее здесь: https://stackoverflow.com/questions/792 ... me-project
Мобильная версия