Hi,
st_annotated_text (1.0.1) package installed but can’t import this package using python3.7 in conda base environment on Ubuntu18.04. Installed streamlit version is 0.72.0.
installed using
pip install st-annotated-text
tried to import package using
import st_annotated_text
Get the following error:
ModuleNotFoundError: No module named ‘st_annotated_text’
Pls help resolve this issue.