Skip to content
New issue

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

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

Already on GitHub? # to your account

dtale does not work with streamlit >=1.12.0 #693

Closed
cod3licious opened this issue Aug 30, 2022 · 2 comments
Closed

dtale does not work with streamlit >=1.12.0 #693

cod3licious opened this issue Aug 30, 2022 · 2 comments

Comments

@cod3licious
Copy link

dtale.cli.streamlit_script raises a ModuleNotFoundError: No module named 'streamlit.server' with streamlit versions >=1.12.0 (it worked before up to version 1.11.1).

@aajmi
Copy link

aajmi commented Sep 6, 2022

The streamlit.server module was relocated to streamlit.web.server in the last versions >=1.12.0. Adding an exception when importing the streamlit.server should solve the issue, I guess.

@aschonfeld
Copy link
Collaborator

aschonfeld commented Sep 9, 2022

@cod3licious & @aajmi just released v2.8.1 to pypi (will be on conda-forge shortly) with this update. Let me know if you have any other issues. Also, if you haven't already, please toss your ⭐ on the repo. Thanks! 🙏

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

No branches or pull requests

3 participants