This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Homeserver installation issue #15
Comments
You're on Mac OS X? What version? |
OSX Yosemite 10.10.1 |
Okay. It works for me but I don't have a Macports / Homebrew Openssl installed (it seems to work fine against the bundled one). Perhaps your Homebrew / Macports openssl libraries are of the wrong architecture? You can find out by running:
...for homebrew (or the appropriate place for Macports). I imagine they should be i386 / x86_64 fat binaries. If not, you'll probably need to reinstall it:
Let me know how you get on! |
Thanks for reply! |
anoadragon453
added a commit
that referenced
this issue
Jan 24, 2020
lxndrbnsv
added a commit
to lxndrbnsv/synapse
that referenced
this issue
Dec 27, 2021
erikjohnston
pushed a commit
that referenced
this issue
Apr 12, 2022
… hashes (#12439) The requirements file generated by `poetry export` isn't correctly processed by `pip install -r requirements.txt`. It contains twisted and treq, both pinned to 22.2.0. When `pip` installs treq, it notices that `Twisted[tls]` is required. It then tries to acquire the latest twisted release, only to fail (because this hash isn't listed in the requirements file).From e.g. /~https://github.com/matrix-org/synapse/runs/5977154990?check_suite_focus=true > ``` > #15 9.204 Collecting Twisted[tls]>=18.7.0 > #15 9.205 ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These do not: > #15 9.205 Twisted[tls]>=18.7.0 from https://files.pythonhosted.org/packages/db/99/38622ff95bb740bcc991f548eb46295bba62fcb6e907db1987c4d92edd09/Twisted-22.4.0-py3-none-any.whl#sha256=f9f7a91f94932477a9fc3b169d57f54f96c6e74a23d78d9ce54039a7f48928a2 (from treq==22.2.0->-r /synapse/requirements.txt (line 724)) > #15 ERROR: executor failed running [/bin/sh -c pip install --prefix="/install" --no-warn-script-location -r /synapse/requirements.txt]: exit code: 1 > ``` The underlying pip issue is pypa/pip#9644. A comment notes that one can avoid this behaviour with by `pip install`ing with the `--no-deps` flag. Let us do so. (At first glance, the problem looks like python-poetry/poetry#5311, but that was a bug in `poetry install`; this is `poetry export`, whose behaviour is fine AFAICS).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I face some issue here. I got this when I execute "python setup.py develop --user"
below my console output:
I tried this http://chriskief.com/2014/03/25/installing-cryptography-via-pip-with-macports-or-homebrew/
but doesnt help...
The text was updated successfully, but these errors were encountered: