element-hq / element-hq/synapse
Demo scripts don't fail to start if `poetry install` hasn't been run
Open
O-Uncommon
T-Task
Z-Dev-Wishlist
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 600
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 51
Description
This issue has been migrated from [#14337](https://github.com/matrix-org/synapse/issues/14337).
---
I got a bit confused today while running the demo scripts. I received an internal server error in my client, which was remedied by remembering to run `poetry install` after `git pull`ing `develop`.
We made Synapse fail to start if there was a pending `poetry install` in https://github.com/matrix-org/synapse/pull/13759. It would be nice if a similar error appeared when trying to run the [demo scripts](https://github.com/matrix-org/synapse/tree/develop/demo).
Contributor guide
Assessment
This issue has not been assessed yet.