Open phinate opened 2 days ago
This is working as intended! If you want to use typeguard then install it directly as you would normally, pretty much just like you would have done before.
The vendored version exists just to ease compatibility issues, it's not meant to be used in this way :)
Hi Patrick! With the recent shipping of
typeguard
injaxtyping
as of this recent commit, I'm gettingModuleNotFoundError: No module named 'typeguard'
in the context ofAm I doing things right here? If it was desired to pick up the internally shipped
typeguard
, then maybe doing some sort of check here to see if there's atypeguard
version in the env already (and usejaxtyping._typeguard
if not) would be useful.What do you think?