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
initial apriltag stubs #9398
base: main
Are you sure you want to change the base?
initial apriltag stubs #9398
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
According to mypy_primer, this change has no effect on the checked open source code. |
|
The issue is that the package you're trying to add stubs for is a little broken. It has a runtime dependency on numpy, but doesn't declare that dependency in e.g. its setup.py I also can't find a canonical source for the PyPI package you posted, and it hasn't been updated in half a decade, so not sure how you'd get that fixed. https://github.com/swatbotics/apriltag has some version of the code, but says
If I were you, I'd consider forking the package and adding types to it directly |
|
Thanks for your quick reply! Since there was no repo, I just downloaded the source code from https://pypi.org/project/apriltag/#files If there's no way to get this to work, should I close the pull request? |


https://pypi.org/project/apriltag/
Stubs for the "apriltag" library. I'm new to the contribution process so let me know if I missed something.