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

missing dependencies #35

Open
bernt-matthias opened this issue Aug 27, 2020 · 3 comments
Open

missing dependencies #35

bernt-matthias opened this issue Aug 27, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@bernt-matthias
Copy link
Contributor

Was just trying to continue and needed to setup again. After this some modules were still missing:

pip install python-json-logger
pip install pygtail
pip install lark

still I get

AttributeError: module 'lark' has no attribute 'Tree'

Maybe more modules are missing in setup.py?

@multimeric
Copy link
Collaborator

It's lark-parser, not lark Is that not in the dependencies?

@multimeric
Copy link
Collaborator

Oh, yes I'm not using lark in the actual codebase. I guess this is to do with miniwdl causing conflicts? Consider recreating your virtualenv/conda environment and/or updating all packages to their latest version, because they recently merged my miniWDL PR to make it more permissive.

@multimeric
Copy link
Collaborator

Any update on this?

@multimeric multimeric added the bug Something isn't working label Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants