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

No output on Ubuntu WSL #1

Closed
felipecustodio opened this issue Mar 8, 2021 · 3 comments
Closed

No output on Ubuntu WSL #1

felipecustodio opened this issue Mar 8, 2021 · 3 comments

Comments

@felipecustodio
Copy link

Ubuntu-20.04 on WSL, installation using pip3 install -e . was successful.
Running the example python3 -m yacv ll1-parsing-example.yml, resulted in no output from the logger and no yacv_ll1-simple/ was created.

Could be a problem with dependencies, or some error thrown by external tools like graphviz.
Is there a way to run yacv in a verbose mode, for debugging?

@ashutoshbsathe
Copy link
Owner

ashutoshbsathe commented Mar 9, 2021

I'm using python logging so you can set logging level to debug and check the output (this may log a LOT of stuff though)

Let me know how it goes. I'm not quite sure how well manim/pygraphviz will work in WSL. What version of Manim are you using ? ManimGL or ManimCE ?

Can you also tell me what directory you ran the command from ? The configs from yacv/examples directory are to be run from yacv/examples itself. Whereas yacv/example_config.yml must be run from yacv/

@ashutoshbsathe
Copy link
Owner

77a948c should fix the issue. I missed an entry point for command line "-m" option

git pull and see if it works for now

@felipecustodio
Copy link
Author

@ashutoshbsathe that fixed it! =)
working perfectly now, thanks for the replies!

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

2 participants