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
» astboom ast < out/ex.py
Traceback (most recent call last):
File "/Users/sobolev/Desktop/mypy/.venv/bin/astboom", line 5, in <module>
from astboom.cli import cli
File "/Users/sobolev/Desktop/mypy/.venv/lib/python3.10/site-packages/astboom/cli.py", line 10, in <module>
from astboom.visualizers.st import VisualizeST
File "/Users/sobolev/Desktop/mypy/.venv/lib/python3.10/site-packages/astboom/visualizers/st.py", line 1, in <module>
import parser
ModuleNotFoundError: No module named 'parser'
Even on 3.9 this import is raising a warning: DeprecationWarning: The parser module is deprecated and will be removed in future versions of Python
The text was updated successfully, but these errors were encountered:
This line causes an error: https://github.com/lensvol/astboom/blob/master/astboom/visualizers/st.py#L1
Even on 3.9 this import is raising a warning:
DeprecationWarning: The parser module is deprecated and will be removed in future versions of Python
The text was updated successfully, but these errors were encountered: