You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
baggiponte
added
bug
Something isn't working
refactor
Code change that neither fixes a bug nor adds a feature
and removed
bug
Something isn't working
labels
Apr 16, 2024
baggiponte
changed the title
rework missing import mechanism
rework missing import mechanism?
Apr 16, 2024
+1 on that. I would actually like to remove as many dependencies as I can (I am looking at you, cloudpickle). I need to improve on the lazy imports though. Polars does too.
Currently we deal with
ImportErrors
like this:This is clever but means that the issue is raised "lazily" and can lead to issues such as #190 . I think we should revert this.
The text was updated successfully, but these errors were encountered: