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
Is this package still maintained? It appears to be broken on python3.8 and python3.9 with errors like this.
Traceback (most recent call last):
File "run_tests.py", line 5, in <module>
import macropy.test
File "/build/source/macropy/test/__init__.py", line 14, in <module>
from . import case_classes
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 971, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 914, in _find_spec
File "/build/source/macropy/core/import_hooks.py", line 147, in find_spec
code, tree = self.expand_macros(source, origin, spec)
File "/build/source/macropy/core/import_hooks.py", line 113, in expand_macros
return compile(tree, filename, "exec"), new_tree
TypeError: required field "posonlyargs" missing from arguments
FYI. A different report of the same bug, which has a possible fix, is here: xonsh/xonsh#3271
The text was updated successfully, but these errors were encountered:
Is this package still maintained? It appears to be broken on python3.8 and python3.9 with errors like this.
FYI. A different report of the same bug, which has a possible fix, is here: xonsh/xonsh#3271
The text was updated successfully, but these errors were encountered: