Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

synapse fails to start if wrong version of isort is installed #8365

@richvdh

Description

@richvdh

This seems to be a recent regression.

Why does having the wrong version of isort installed prevent synapse from starting? Synapse doesn't use isort at runtime, so surely this makes no sense?

(env3)rav@fred:~/work/synapse (develop *$%=)$ python -m synapse.app.homeserver
ERROR:root:Needed optional isort==5.0.3, got isort==5.0.5
Missing Requirements: 'isort==5.0.3'
To install run:
    pip install --upgrade --force 'isort==5.0.3'

Metadata

Metadata

Assignees

No one assigned

    Labels

    z-bug(Deprecated Label)z-regression(Deprecated Label)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions