Installing using uv package manager module not found

I have installed successfull using below

uv add streamlit-analytics2

and then tried running it using “uvx streamlit run main.py” , i get this error:

ModuleNotFoundError: No module named ‘streamlit_analytics2’

Any suggestions please.

I have also tried

pip install streamlit-analytics2

but the same error.