Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to start with Python 3.10 #87

Open
thorus90 opened this issue Jan 9, 2022 · 1 comment
Open

Fails to start with Python 3.10 #87

thorus90 opened this issue Jan 9, 2022 · 1 comment

Comments

@thorus90
Copy link

thorus90 commented Jan 9, 2022

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

@medoc92
Copy link

medoc92 commented Nov 5, 2022

The WebUI is still maintained with recoll on its repo web site (framagit): https://framagit.org/medoc92/recollwebui
The bottle version there fixes this error.
Also see this comment from koniu for confirmation: #83 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants