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
Hi Patrick! With the recent shipping of typeguard in jaxtyping as of this recent commit, I'm getting ModuleNotFoundError: No module named 'typeguard' in the context of
Am 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 a typeguard version in the env already (and use jaxtyping._typeguard if not) would be useful.
What do you think?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: