Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

OSX install instructions didn't work out of the box (SYN-358) #1313

Closed
matrixbot opened this issue Apr 25, 2015 · 4 comments
Closed

OSX install instructions didn't work out of the box (SYN-358) #1313

matrixbot opened this issue Apr 25, 2015 · 4 comments
Labels
z-bug (Deprecated Label)

Comments

@matrixbot
Copy link
Member

On OSX 10.10.2 with Xcode 6.3.1 installed, and Python 2.7.6 (barely used), I followed the instructions in README.md:

$ sudo easy_install pip
$ sudo pip install virtualenv
$ virtualenv ~/.virualenvs/synapse
$ source ~/.virtualenvs/synapse/bin/activate
$ pip install --process-dependency-links https://github.com/matrix-org/synapse/tarball/master

and got an error because libffi was missing. [if I paste the error message into here, Jira gives me a beautiful exception, I guess because of some unicode in there it doesn't understand].

I installed libffi with brew:
$ brew install pkg-config libffi

re-ran the pip command, and it worked fine.

It may be worth mentioning this in either the "Installing prerequisites on Mac OS X:" section, or the "Troubleshooting" section.

(Imported from https://matrix.org/jira/browse/SYN-358)

(Reported by @illicitonion)

@matrixbot
Copy link
Member Author

Jira watchers: @dbkr @illicitonion

@matrixbot
Copy link
Member Author

Are you using python from homebrew or OS X's standard python?

-- @dbkr

@matrixbot
Copy link
Member Author

Response via email was that it's OS X python, which is surprising as OS X I think has libffi built in, and it's fine on my machine with neither libffi nor python from homebrew.

-- @dbkr

@matrixbot matrixbot added the z-bug (Deprecated Label) label Nov 7, 2016
@matrixbot matrixbot changed the title OSX install instructions didn't work out of the box (SYN-358) OSX install instructions didn't work out of the box (https://github.com/matrix-org/synapse/issues/1313) Nov 7, 2016
@matrixbot matrixbot changed the title OSX install instructions didn't work out of the box (https://github.com/matrix-org/synapse/issues/1313) OSX install instructions didn't work out of the box (SYN-358) Nov 7, 2016
@hawkowl
Copy link
Contributor

hawkowl commented Sep 14, 2018

This is likely not an issue anymore, and if it is, people'll report it.

@hawkowl hawkowl closed this as completed Sep 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
z-bug (Deprecated Label)
Projects
None yet
Development

No branches or pull requests

2 participants