Streamlit Spaces not starting

Hello - all my streamlit spaces created using the Streamlit SDK are not starting. Ones created with the Docker SDK using streamlit are however working.

1 Like

This might be a version compatibility issue or a temporary platform problem.

Try restarting one of the affected spaces first 'coz sometimes this resolves deployment issues.

If that doesn’t work, check if updating the Streamlit version in the requirements.txt file helps.

Good luck!

1 Like

Streamlit spaces are now treated as a type of Docker space, so when creating new ones, use them as Docker spaces.