You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: