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

Fix streamlit bug "ModuleNotFoundError: No module named 'streamlit.report_thread'" #1

Merged
merged 1 commit into from Feb 21, 2023

Conversation

HoKim98
Copy link
Contributor

@HoKim98 HoKim98 commented Mar 9, 2022

Hello, I'm a fan of Streamlit Tutorials!

Problem

Causes

  • Renamed
    • Before: streamlit.report_thread.REPORT_CONTEXT_ATTR_NAME
    • After: streamlit.script_run_context.SCRIPT_RUN_CONTEXT_ATTR_NAME

Solution

  • Changed
    • Before: streamlit.report_thread.REPORT_CONTEXT_ATTR_NAME
    • After: streamlit.script_run_context.SCRIPT_RUN_CONTEXT_ATTR_NAME

@happy-jihye happy-jihye merged commit bf5a2e7 into happy-jihye:main Feb 21, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants