-
Notifications
You must be signed in to change notification settings - Fork 0
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
import error exposure #29
Comments
We talked a bit about this in person, jotting down TODOs: The problem here is that we want to be minimal dependency as possible while allowing for third part expansion/declaration of interfaces that aren't in numpydantic package proper. To do that, each interface has an What we want here is an error message for "this looks like something that could be used with {x} interface, but you don't have the dependencies for it." To make that happen we would need to
|
Hello,
love the library so far. just one thing - would it be possible to expose the error trace for opencv import error? took me a bit longer than it should've to figure out that i need to separately add
opencv-python
to the env, as the only error shown when i ranwas
Nonetype is not callable.
(because VideoCapture gets automatically initialized asNone
when there's acv2
import error.)The text was updated successfully, but these errors were encountered: