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

python 3.10 removes parser #1035

Open
krsna1729 opened this issue Dec 3, 2021 · 1 comment
Open

python 3.10 removes parser #1035

krsna1729 opened this issue Dec 3, 2021 · 1 comment

Comments

@krsna1729
Copy link
Collaborator

Traceback (most recent call last):
  File "/opt/bess/bessctl/./bessctl", line 42, in <module>
    import commands
  File "/opt/bess/bessctl/commands.py", line 52, in <module>
    import sugar
  File "/opt/bess/bessctl/sugar.py", line 34, in <module>
    import parser
ModuleNotFoundError: No module named 'parser'

https://docs.python.org/3/library/parser.html

Removed the parser module, which was deprecated in 3.9 due to the switch to the new PEG parser, as well as all the C source and header files that were only being used by the old parser, including node.h, parser.h, graminit.h and grammar.h.

https://docs.python.org/3.10/whatsnew/3.10.html#removed

@krsna1729
Copy link
Collaborator Author

#347 (comment)

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

1 participant