We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Multiple module arguments are not supported by pybind11-stubgen>=1.0 .
pybind11-stubgen>=1.0
Sorry, something went wrong.
No branches or pull requests
When version==0.16.2, the following instructions is supported:
But in the case of version==2.1, an error occurs:
Thank you.
The text was updated successfully, but these errors were encountered: