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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: