Make sure to use 0.6.13.3 which is freshly released, due to many fixes / but always try develop branch before reporting, actual bug reports to Github only, Commercial people go here: https://nuitka.net/pages/commercial.html
~.cache/
in the WSL.
tqdm
guys hate a few terminals, maybe it's messed up. Nuitka doesn't echo your response.
# Compilation mode, support OS specific. Note that macOS is going to gain onefile mode "soon".
# nuitka-project-if: {OS} in ("Windows", "Linux"):
# nuitka-project: --onefile
# nuitka-project-if: {OS} not in ("Windows", "Linux"):
# nuitka-project: --standalone
# nuitka-project-if: {OS} == "Windows":
# nuitka-project: --windows-onefile-tempdir
# The PySide2 plugin covers qt-plugins
# nuitka-project: --enable-plugin=pyside2
# The pkg-resources plugin is not yet automatic
# nuitka-project: --enable-plugin=pkg-resources
# Protect the constants from being readable.
# nuitka-project: --enable-plugin=data-hiding
# Include datafiles for Qt into the binary directory.
# nuitka-project: --enable-plugin=datafile-inclusion
# nuitka-project: --qt-datadir={MAIN_DIRECTORY}
# nuitka-project: --qt-datafile-pattern=*.js
# nuitka-project: --qt-datafile-pattern=*.qml
--include-datafile
for the onefile inclusion. It's not as good as the datafile-inclusion plugin, but at least it's in the onefile binary.
--include-data-file
:)
--include-package-data
as more convinient, as it finds the package locations itself.