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
It seems need to be fixed. But from 0.5.0, nirum-python nearly used for Python target. So why don't you re-create target package on new nirum compiler(0.5.0+).
(This is not the same issue with as #116)
Since the
typing
module in Python 3.7 doesn't have_Union
class,AttributeError
occurs by below lines. To support Python 3.7 it should be fixed.nirum-python/nirum/_compat.py
Lines 28 to 43 in 2f85525
p.s. @kanghyojun Could you explain why you used
_Union
instead ofUnion
?Relative links
UnionMeta
and added_Union
andUnion
_Union
.Union
is now using the new class_SpecialForm
.The text was updated successfully, but these errors were encountered: