OpenMS / streamlit-template

5 stars 6 forks source link

Error in Windows packages with latest streamlit 1.30 #40

Closed axelwalter closed 1 week ago

axelwalter commented 3 months ago

Github action runs without errors, however opening the app will raise the following error:

image

The issue seems to be with streamlit version 1.30 (latest), rolling back to 1.29 resolves the issue for now.

The workflow to build should be adopted to 1.30 and perhaps include a test to check if the app launches without errors.

timosachsenberg commented 3 months ago

Yeah I think having a test in the action that ensures that the app can be launched is important. +1