You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
It seems this is the problem: ModuleNotFoundError: No module named 'synapse.synapse_rust'
Steps to reproduce
update from 1.75.0 to 1.76.0
try to start the service
service fails to start, while 1.75.0 starts fine.
Homeserver
my private homeserver
Synapse Version
1.76.0
Installation Method
Other (please mention below)
Database
SQlite
Workers
Single process
Platform
Manjaro Linux for ARM on a Raspberry Pi.
Configuration
No response
Relevant log output
Traceback (most recent call last):
synapse[845]: File "/usr/lib/python3.10/runpy.py", line 187, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.10/runpy.py", line 110, in _get_module_details
__import__(pkg_name)
File "/usr/lib/python3.10/site-packages/synapse/__init__.py", line 23, in<module>
from synapse.util.rust import check_rust_lib_up_to_date
File "/usr/lib/python3.10/site-packages/synapse/util/rust.py", line 20, in<module>
from synapse.synapse_rust import get_rust_file_digest
ModuleNotFoundError: No module named 'synapse.synapse_rust'
synapse.service: Main process exited, code=exited, status=1/FAILURE