Skip to content

Fails to start with Python 3.10 #87

Description

@thorus90

If you are using python 3.10 the webui fails to start with:

ImportError: cannot import name 'MutableMapping' from 'collections' (/usr/lib/python3.10/collections/init.py)

this can be fixed by changing bottly.py in line 87 to
from collections.abc import MutableMapping as DictMixin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions