I have st-annotated-text installed using pip, but I cannot import the module as described in your readme-file.
This is what I get when I enter pip show st-annotated-text:
Name: st-annotated-text
Version: 1.0.1
Summary: A simple component to display annotated text in Streamlit apps.
Home-page: https://github.com/tvst/st-annotated-text
Author: Thiago Teixeira
Author-email: me@thiagot.com
License: Apache 2
Location: /home/monique/anaconda3/envs/ta/lib/python3.6/site-packages
Requires: htbuilder
Required-by:
So, everything looks good.
However, when I then say:
_from st_annotated_text import annotatedtext
It gives me the module not found-error.
I was trying to figure out what the package name should be, but no luck, since I am not that hardcore python-developer.
Hi,
I have st-annotated-text installed using pip, but I cannot import the module as described in your readme-file.
This is what I get when I enter pip show st-annotated-text:
Name: st-annotated-text Version: 1.0.1 Summary: A simple component to display annotated text in Streamlit apps. Home-page: https://github.com/tvst/st-annotated-text Author: Thiago Teixeira Author-email: me@thiagot.com License: Apache 2 Location: /home/monique/anaconda3/envs/ta/lib/python3.6/site-packages Requires: htbuilder Required-by:
So, everything looks good.
However, when I then say: _from st_annotated_text import annotatedtext
It gives me the module not found-error. I was trying to figure out what the package name should be, but no luck, since I am not that hardcore python-developer.
Perhaps there is an easy solution.