Closed domdfcoding closed 2 years ago
We are hit in jupyterlab too by this one: https://github.com/jupyterlab/jupyterlab/runs/7727203699?check_suite_focus=true
As this is for typing, I would make it conditional.
Released 2.0.7 which should work. Sorry everyone!
@cdkini @blink1073 @tlambert03 @redeboer @gambolputty @0x26res @MaxVonKnobloch
Thanks a lot for the quick patch @alexmojaki It fixes the error on JupyterLab.
Hello! Any plans to yank the buggy release?
Thanks for the suggestion @pllim, 2.0.6 has been yanked.
Thank YOU for the quick fix!
Thanks a bunch!
Attempting to import
asttokens
when theastroid
package is not installed results an aModuleNotFoundError
:astroid
is not listed as a dependency insetup.cfg
, onlysix
andtyping
, so it does not get installed whenasttokens
is:https://github.com/gristlabs/asttokens/blob/beb8a4edb8df3efae028b6b28d4beebd0c89c4fa/setup.cfg#L36-L38