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

Undeclared dependency on grako #4

Closed
shreevatsa opened this issue Jun 5, 2017 · 0 comments
Closed

Undeclared dependency on grako #4

shreevatsa opened this issue Jun 5, 2017 · 0 comments

Comments

@shreevatsa
Copy link

% shakespeare run echo.spl
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.7/bin/shakespeare", line 7, in <module>
    from shakespearelang.cli import main
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/shakespearelang/cli.py", line 4, in <module>
    from .shakespeare_interpreter import Shakespeare
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/shakespearelang/shakespeare_interpreter.py", line 5, in <module>
    from .shakespeare_parser import shakespeareParser
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/shakespearelang/shakespeare_parser.py", line 16, in <module>
    from grako.buffering import Buffer
ImportError: No module named grako.buffering

I was able to work around this with pip install grako, but the package should probably declare this dependency.

@zmbc zmbc closed this as completed in 7f559c5 Oct 30, 2017
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