If you are using pymata-iot and are now seeing these exceptions:
/usr/bin/python3.5 /home/afy/PycharmProjects/pymata_aio/pymata_aio/pymata_iot.pyTraceback (most recent call last):File "/home/afy/PycharmProjects/pymata_aio/pymata_aio/pymata_iot.py", line 27, infrom autobahn.asyncio.websocket import WebSocketServerProtocol, \File "/usr/local/lib/python3.5/dist-packages/autobahn/asyncio/__init__.py", line 38, infrom autobahn.asyncio.wamp import ApplicationSessionFile "/usr/local/lib/python3.5/dist-packages/autobahn/asyncio/wamp.py", line 32, infrom autobahn.wamp import protocolFile "/usr/local/lib/python3.5/dist-packages/autobahn/wamp/protocol.py", line 42, infrom autobahn.wamp.keyring import EncryptedPayloadFile "/usr/local/lib/python3.5/dist-packages/autobahn/wamp/keyring.py", line 64, infrom pytrie import StringTrieImportError: No module named 'pytrie'Process finished with exit code 1
You will need to manually install pytrie with:
pip install pytrie.
I submitted an issue with Autobahn and hopefully they will fix the issue and install pytrie automatically from a pip install.
No comments:
Post a Comment