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
Since nirum-lang/nirum#278 was merged, deserialized_meta was deprecated and typing.TupleMeta wasn't used anymore. So I think that there are no bugs if you use the latest version of Nirum compiler. Thanks for your reporting :)
Uh oh!
There was an error while loading. Please reload this page.
Since the
typing
module in Python 3.7 doesn't haveTupleMeta
class,AttributeError
occurs by below line . To support Python 3.7 it should be fixed.nirum-python/nirum/deserialize.py
Line 203 in 1721295
relative commit: python/cpython@d911e40#diff-015978a768b517a38abbc0ecdea87f5a
The text was updated successfully, but these errors were encountered: