Skip to content
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

How does version==2.1 support input of two modules #144

Closed
tututuski opened this issue Sep 15, 2023 · 1 comment
Closed

How does version==2.1 support input of two modules #144

tututuski opened this issue Sep 15, 2023 · 1 comment
Labels
question Further information is requested wontfix This will not be worked on

Comments

@tututuski
Copy link

When version==0.16.2, the following instructions is supported:

pybind11-stubgen a b

But in the case of version==2.1, an error occurs:

usage: pybind11-stubgen [-h] [-o OUTPUT_DIR] [--root-suffix ROOT_SUFFIX]
                         [--ignore-invalid-expressions REGEX]
                         [--ignore-invalid-identifiers REGEX]
                         [--ignore-unresolved-names REGEX]
                         [--ignore-all-errors]
                         [--numpy-array-wrap-with-annotated | --numpy-array-remove-parameters]
                         [--print-invalid-expressions-as-is] [--exit-code]
                         [--dry-run] [--stub-extension EXT]
                         MODULE_NAME
pybind11-stubgen: error: unrecognized arguments: b

Thank you.

@sizmailov sizmailov added wontfix This will not be worked on question Further information is requested labels Sep 15, 2023
@sizmailov
Copy link
Owner

Multiple module arguments are not supported by pybind11-stubgen>=1.0 .

@sizmailov sizmailov closed this as not planned Won't fix, can't repro, duplicate, stale Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants