This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Build fails with "AttributeError: cython_sources" #15996
Labels
A-Packaging
Our Debian packages, docker images; or issues relevant to downstream packagers
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
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
The text was updated successfully, but these errors were encountered: