Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Unify package and PyInstaller CLI #74

Closed
bede opened this issue Aug 30, 2022 · 1 comment
Closed

Unify package and PyInstaller CLI #74

bede opened this issue Aug 30, 2022 · 1 comment

Comments

@bede
Copy link
Contributor

bede commented Aug 30, 2022

Sadly defopt seems to be incompatible with PyInstaller (anntzer/defopt#117 and https://groups.google.com/g/PyInstaller/c/7hIzNQpM57M)

As such cli-upload is provided as an alternative entry point for PyInstaller only, which only exposes the functionality of gpas upload rather than the full defopt CLI with other subcommands available in the Python package.

Assuming there is not a workaround for this issue, either the CLI will need to be duplicated for PyInstaller's with e.g. argparse, or rewritten in something compatible with PyInstaller and subset of Python it supports.

@bede
Copy link
Contributor Author

bede commented Oct 30, 2022

Released in 0.6.0

@bede bede closed this as completed Oct 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant