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

Fed up trying to run it without examples for configs #24

Open
Gems opened this issue Dec 27, 2023 · 0 comments
Open

Fed up trying to run it without examples for configs #24

Gems opened this issue Dec 27, 2023 · 0 comments

Comments

@Gems
Copy link

Gems commented Dec 27, 2023

The last problem I encountered was:

Traceback (most recent call last):
  File "/usr/local/bin/emmio", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/local/lib/python3.11/site-packages/emmio/__main__.py", line 101, in main
    data: Data = Data.from_directory(data_path)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/emmio/data.py", line 81, in from_directory
    user_data[user_path.name] = UserData.from_config(
                                ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/emmio/user/data.py", line 24, in from_config
    LearnData.from_config(path / "learn", config["learn"]),
                                          ~~~~~~^^^^^^^^^
KeyError: 'learn'

Would be nice to get example configs provided to run the thing.

My goal was to try the vocabulary testing feature.

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