matrix-org / sygnal

Sygnal: reference Push Gateway for Matrix
Apache License 2.0
164 stars 147 forks source link

missing setup.py file #339

Closed Dabbit-Chan closed 1 year ago

Dabbit-Chan commented 1 year ago

missing setup.py file, how to setup and load dependencies? thx.

richvdh commented 1 year ago

Related: https://github.com/matrix-org/sygnal/issues/195

Dabbit-Chan commented 1 year ago

Related: #195

ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /root/sygnal
(A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.)
DMRobertson commented 1 year ago

Related: #195

ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /root/sygnal
(A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.)

How exactly did you generate this? Are you building the docker container? Are you installing sygnal from source? Something else?