Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import streamlit_gsheets ->. No module named 'streamlit.dataframe_util' #30

Open
Medhatr opened this issue Sep 6, 2024 · 1 comment

Comments

@Medhatr
Copy link

Medhatr commented Sep 6, 2024

No description provided.

@chris-cannon90
Copy link

chris-cannon90 commented Sep 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants