Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not possible to install on Mac OS #17

Open
diegosarmentero opened this issue Apr 28, 2014 · 3 comments
Open

Not possible to install on Mac OS #17

diegosarmentero opened this issue Apr 28, 2014 · 3 comments

Comments

@diegosarmentero
Copy link

When trying to install on Mac OS using virtualenv, there are some issues with Twisted (that also seems to cause issues with autobahn) that makes impossible to use telegraphy there.
I know this is not a problem with telegraphy, but just letting you know that is not working on that platform.

@D3f0
Copy link
Contributor

D3f0 commented Apr 28, 2014

I belive Twisted is the main reason, it compiles reactor code in native C for performance. I don't have access to any OSX, but I belive you'll need some compiler and Python headers.
Although there are optimized versiones of WAMP protocol (authobahn) we use the plain old python implementation.
Maybe wheel could do the trick?

@D3f0
Copy link
Contributor

D3f0 commented Apr 28, 2014

Current WAMP protocol spec is 2.0, Telegraphy was built on top of 1.0. We might have to update requirements in https://github.com/machinalis/telegraphy/blob/master/requirements.txt

@D3f0
Copy link
Contributor

D3f0 commented Feb 18, 2015

This will be addressed in crossbar branch. Just tried in OSX and Twisted 14 installs fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants