Finally followed through on updating the code to use the nuitka compiler for python. I like it because it works a lot better than pyinstaller. nuitka allows for static binaries, so I don't need to worry about one of my dependencies being overwritten!
Finally followed through on updating the code to use the
nuitka
compiler for python. I like it because it works a lot better than pyinstaller. nuitka allows for static binaries, so I don't need to worry about one of my dependencies being overwritten!