You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit: I resolved the problem by upgrading Streamlit from 1.36 to the latest (1.38) and recommend @Medhatr try the same.
My original comment:
I'm having the same problem. When trying to use GSheets Connection (gsheets_connection.py) the line: from streamlit.dataframe_util import convert_anything_to_pandas_df, is_dataframe_like
fails to import.
streamlit version 1.36.0
st-gsheets-connection version 0.1.0
Edit to add: I'm seeing now that the dataframe_util package failed a unit test 3 weeks ago. So I tried rolling back my streamlit version to 1.35, but I get the same error.
No description provided.
The text was updated successfully, but these errors were encountered: