-
Notifications
You must be signed in to change notification settings - Fork 12
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
ubuntu and max-x64 executables are missing a dependency #337
Comments
Seems a known issue in pyinstaller, except it was fixed in 5.12 and I have 5.13. Maybe the runners have a different version? |
aha - that fix in pyinstaller is assuming python 3.11 or greater, and we were building on 3.9. Perhaps we should move to building on 3.9 and 3.10 but packaging with 3.11? https://github.com/pyinstaller/pyinstaller/pull/7694/files |
This was not fixed. Must be some difference in the repo settings I tested with. |
See package validation failures here: https://github.com/tableau/tabcmd/actions/runs/12688585562
Ubuntu:
Run ./dist/ubuntu/tabcmd
[2842] Module object for pyimod02_importers is NULL!
Traceback (most recent call last):
File "PyInstaller/loader/pyimod02_importers.py", line 22, in
File "", line 259, in load_module
File "pathlib.py", line 13, in
File "", line 259, in load_module
File "urllib/parse.py", line 39, in
ModuleNotFoundError: No module named 'ipaddress'
Traceback (most recent call last):
File "PyInstaller/loader/pyiboot01_bootstrap.py", line 17, in
ModuleNotFoundError: No module named 'pyimod02_importers'
[2842] Failed to execute script 'pyiboot01_bootstrap' due to unhandled exception!
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered: