Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'typing' #24

Closed
Sevift opened this issue Jul 10, 2017 · 2 comments
Closed

No module named 'typing' #24

Sevift opened this issue Jul 10, 2017 · 2 comments

Comments

@Sevift
Copy link

Sevift commented Jul 10, 2017

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

@Sevift
Copy link
Author

Sevift commented Jul 10, 2017

You must have Python 3.5

@rytilahti
Copy link
Owner

You can also install 'typing' package, I suppose. I'll add the dependency and bump the version, please re-open if this doesn't help :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants