I'm building Synapse on a Debian 11 machine with an armv7 architecture by using the matrix-docker-ansible-deploy project.
The build process fails with the error "AttributeError: cython_sources".
I'm not aware of the details, but it is a known bug in the build process of PyYAML versions greater than 5.3.1 up to 6.0.0 (inclusive) while compiling against recent versions of Cython. Fortunately a new version of PyYAML that works around the issue has been recently released (6.0.1).
Description
I'm building Synapse on a Debian 11 machine with an armv7 architecture by using the matrix-docker-ansible-deploy project.
The build process fails with the error "AttributeError: cython_sources".
I'm not aware of the details, but it is a known bug in the build process of PyYAML versions greater than 5.3.1 up to 6.0.0 (inclusive) while compiling against recent versions of Cython. Fortunately a new version of PyYAML that works around the issue has been recently released (6.0.1).
Steps to reproduce
I used the matrix-docker-ansible-deploy instructions.
I run the Ansible recipe with
ansible-playbook -i inventory/hosts setup.yml --tags=install-all,ensure-matrix-users-created,start
.I am sorry I cannot be more specific regarding the instructions concerning this project.
Homeserver
-
Synapse Version
-
Installation Method
Docker (matrixdotorg/synapse)
Database
SQLite
Workers
Single process
Platform
Debian 11 armv7 (A20-OLinuXino-LIME2)
Configuration
No response
Relevant log output
Anything else that would be useful to know?
No response