当我尝试运行交叉开关时,出现以下错误:
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
蟒蛇版本:2.7.10
操作系统:OSX 10.11.6