クロスバーを実行しようとすると、次のエラーが発生します。
Traceback (most recent call last):
from crossbar.controller.cli import run
File "/Users/mahesh/.virtualenvs/testproject/lib/python2.7/site-packages/crossbar/controller/cli.py", line 49, in <module>
from autobahn.twisted.choosereactor import install_reactor
File "/Users/mahesh/.virtualenvs/testproject/lib/python2.7/site-packages/autobahn/twisted/__init__.py", line 44, in <module>
from autobahn.twisted.websocket import \
File "/Users/mahesh/.virtualenvs/testproject/lib/python2.7/site-packages/autobahn/twisted/websocket.py", line 42, in <module>
from autobahn.wamp import websocket
File "/Users/mahesh/.virtualenvs/testproject/lib/python2.7/site-packages/autobahn/wamp/websocket.py", line 31, in <module>
from autobahn.websocket import protocol
File "/Users/mahesh/.virtualenvs/testproject/lib/python2.7/site-packages/autobahn/websocket/protocol.py", line 362, in <module>
class WebSocketProtocol(object):
File "/Users/mahesh/.virtualenvs/testproject/lib/python2.7/site-packages/autobahn/websocket/protocol.py", line 550, in WebSocketProtocol
_batched_timer = txaio.make_batched_timer(
AttributeError: 'module' object has no attribute 'make_batched_timer'
クロスバーのバージョン: 0.15.0
Python バージョン: 2.7.10
オペレーティングシステム: OSX 10.11.6