-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyInstaller, Nuitka compatibility? #117
Comments
|
Thanks @anntzer : ) I love defopt so much more than the alternatives. Would you suggest vendoring in my case?
|
I would suggest reporting this as a bug to nuitka, I guess? |
Fair enough – I asked in Pyinstaller and Nuitka circles first, but haven't heard anything yet. I just find this strange since defopt has been the only problem package out of like 50 deps in one of my projects which work fine with both tools. I do think this will affect other people and might be worthy of consideration I've tried dropping the packages straight into src in my MWE and I get the same issue. Super odd. |
Ok I figured it out, I think. Adding pockets as a local package did the trick when built with These tools also require 🙌 |
I've noticed that PyInstaller and Nuitka seem to dislike defopt for some reason but am not sure why. I have a package with a bunch of dependencies that works fine without defopt, but breaks when using it, using both of these popular distribution mechanisms. I have tried forcing import of
sphinxcontrib.napoleon
andpockets
using PyInstaller's built-in mechanism for doing so, although naively I can't see anything odd about the import that would prevent pockets from being picked up automatically, as is supposed to happen. What might be the issue here?Of course this does not indicate a defopt issue, but might be something many run into, and I wondered if you might have any thoughts @anntzer ?
PyInstaller
Nuitka
The text was updated successfully, but these errors were encountered: