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
pi@raspberrypi:~ $ mirobo discover
Traceback (most recent call last):
File "/usr/local/bin/mirobo", line 7, in
from mirobo.cli import cli
File "/usr/local/lib/python3.4/dist-packages/mirobo/init.py", line 2, in
from mirobo.protocol import Message, Utils
File "/usr/local/lib/python3.4/dist-packages/mirobo/protocol.py", line 6, in
from typing import Any, Dict, Tuple
ImportError: No module named 'typing'
pi@raspberrypi:~ $ python3 --version
Python 3.4.2
The text was updated successfully, but these errors were encountered:
pi@raspberrypi:~ $ mirobo discover
Traceback (most recent call last):
File "/usr/local/bin/mirobo", line 7, in
from mirobo.cli import cli
File "/usr/local/lib/python3.4/dist-packages/mirobo/init.py", line 2, in
from mirobo.protocol import Message, Utils
File "/usr/local/lib/python3.4/dist-packages/mirobo/protocol.py", line 6, in
from typing import Any, Dict, Tuple
ImportError: No module named 'typing'
pi@raspberrypi:~ $ python3 --version
Python 3.4.2
The text was updated successfully, but these errors were encountered: