Hi, After building binary with pyinstaller and running get the following error: ImportError: rtld: 0712-001 Symbol GLOBAL AIXI libsqlite3 so was referenced from module /workdir/ internal/python3.12/lib-dynload/ sqlite3.cpython-312.so(), but a runtime definition of the symbol was not found....
Hi Keith, It seems your DNF is still based on python3.7, we always recommend users to update packages regularly with DNF. Here, rpm.rte is updated to latest version, but DNF is still based on python3.7 which can fail. To resolve the current issue, you can try one of the workaround mentioned in...