I installed streamlit-aggrid and tried imported it in my code but i immediately got this error:
----> 1 from st_aggrid import AgGrid
.../st_aggrid/__init__.py in <module>
1 import os
----> 2 import streamlit.components.v1 as components
3 import pandas as pd
4 import numpy as np
5 import simplejson
ModuleNotFoundError: No module named 'streamlit.components'
Does anyone know how to solve this issue ? Thanks in advance (@PablocFonseca)