Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken on python3.8 and python3.9 #103

Open
rmcgibbo opened this issue Dec 26, 2020 · 1 comment
Open

Broken on python3.8 and python3.9 #103

rmcgibbo opened this issue Dec 26, 2020 · 1 comment

Comments

@rmcgibbo
Copy link

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

@shaunc
Copy link

shaunc commented Apr 7, 2023

... sigh ... and it looks so cool, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants