諸先輩方々,どうしても取れない関門が...
python2なら以下の場所を,
&& sed -ri 's/from autobahn.websocket import WebSocketServerProtocol, WebSocketServerFactory/from autobahn.twisted.websocket import WebSocketServerProtocol, WebSocketServerFactory/g' /usr/local/lib/python2.7/dist-packages/stratum-0.2.13-py2.7.egg/stratum/websocket_transport.py
python3なら,こんな感じになると思うのですが...
&& sed -ri 's/from autobahn.websocket import WebSocketServerProtocol, WebSocketServerFactory/from autobahn.twisted.websocket import WebSocketServerProtocol, WebSocketServerFactory/g' /root/stratum-mining/externals/stratum/stratum/websocket_transport.py
どうしてもうまくいきません...Help me…起動して落ちます.