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

No module named 'parser' #20

Open
behdadebsh opened this issue Dec 14, 2022 · 1 comment
Open

No module named 'parser' #20

behdadebsh opened this issue Dec 14, 2022 · 1 comment

Comments

@behdadebsh
Copy link

When importing "inline" from weave (installed on Python 3.10), It returns the error:
No module named 'parser'
which is imported in blitz_tools.py
The only occasion it is being used is with parser.suite(expr). Package dateutil has parser inside of it but that does not come with something called "suite"
I wonder if it is a Python version issue or something else?

@rgommers
Copy link
Member

That's indeed a Python issue. You shouldn't be able to install on 3.10 even, the python_requires says <3.10: https://github.com/scipy/weave/blob/main/setup.py#L182

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