Nuitka
Nuitka copied to clipboard
Ubuntu 14.04 needs corrections to be supported
OS: ubuntu14.04 python: 3.7 Nuitka: 0.6.19.4
The last output below:
Nuitka:INFO: Completed Python level compilation and optimization.
Nuitka:INFO: Generating source code for C backend compiler.
Nuitka:INFO: Total memory usage before generating C code: 68.36 MB (71684096 bytes):
Nuitka:INFO: Total memory usage before running scons: 82.96 MB (86994944 bytes):
Nuitka:INFO: Running data composer tool for optimal constant value handling.
Nuitka:INFO: Running C compilation via Scons.
Nuitka-Scons:INFO: Backend C compiler: gcc (gcc).
Nuitka-Scons:INFO: Compiled 50 C files using ccache.
Nuitka-Scons:INFO: Cached C files (using ccache) with result 'cache hit': 50
Nuitka-Plugins:INFO: pyqt5: Including Qt plugins 'egldeviceintegrations,iconengines,imageformats,mediaservice,platforms,platformthemes,printsupport,wayland-decoration-client,wayland-graphics-integration-client,wayland-shell-integration,xcbglintegrations' below 'PyQt5/qt-plugins'.
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/nuitka/main.py", line 137, in
My package command: root@ubuntu:/home/suhaihui/testNuitka# python -m nuitka --standalone --show-progress --plugin-enable=qt-plugins --include-package=PyQt5 --follow-imports hello2.py
Did i do anything wrong? Waiting for your reply.
I think CentOS 7/Fedora 19 are working. It seems the ldd
output produces unexpected output on Ubuntu 14.04, which would need investigation. I think it once worked, and surely I can add it back to that state, but outside of commercial support https://nuitka.net/doc/commercial.html I don't think I can spend the time.