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 module named 'annotated_text' in streamlit_app.py #38

Open
turinaf opened this issue Apr 12, 2023 · 1 comment
Open

No module named 'annotated_text' in streamlit_app.py #38

turinaf opened this issue Apr 12, 2023 · 1 comment

Comments

@turinaf
Copy link

turinaf commented Apr 12, 2023

I was trying to run streamlit app, but encountered this error:

ModuleNotFoundError: No module named 'annotated_text'
Traceback:
File "C:\.........\lib\site-packages\streamlit\script_runner.py", line 333, in _run_script
    exec(code, module.__dict__)
File ".........\Gramformer\streamlit_app.py", line 1, in <module>
    from annotated_text import annotated_text

And I couldn't find annotated_text anywhere in this repo.

Please how to solve this problem?
Thank you in advance.

@akesh1235
Copy link

Try
pip install st-annotated-text

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