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

Issue with ReadMe.md at the root #29

Open
puvvadasaikiran opened this issue Jul 4, 2022 · 0 comments
Open

Issue with ReadMe.md at the root #29

puvvadasaikiran opened this issue Jul 4, 2022 · 0 comments

Comments

@puvvadasaikiran
Copy link

The structure of flashlight::main branch has changed removing text utilities from the bindings
and the current version of ReadMe for quick installation/setup doesn't acknowledges it and proceeds with installing flashlight which doesn't have text modules

these change in structure of flashlight raising the following issue when tried to setup inference

File "../../utils/inference/single_file_inference.py", line 14, in <module>
   from flashlight.lib.text.dictionary import create_word_dict, load_words
ModuleNotFoundError: No module named 'flashlight.lib.text'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
 File "../../utils/inference/single_file_inference.py", line 27, in <module>
   warnings.warn(
NameError: name 'warnings' is not defined
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