-
-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Mirobo does not start on raspberry pi #442
Comments
The type hint should probably be |
3.5.0 |
I cannot reproduce the issue:
|
Thanks syssi, I still have the issue, even in venv. The differences in my environment are Pip 18.1 vs. 9.0.1 I need to check this once I'm back home. |
Now I made an update to python 3.5.2 which brought Setuptools 40.6.3 - this made it working! Thanks a lot, the list of Software Versions helped! |
Do not get mirobo running on raspberry pi.
I have already updated Python and Pip and all dependencies, installation of python-miio ran without error, but at startup I always get the following error message, what's missing?
pi@raspberrypi ~ $ mirobo --ip 192.168.178.38 --token 39xxxxxxxxxxxxxxxxxxxxxxa74 Traceback (most recent call last): File "/usr/local/bin/mirobo", line 7, in <module> from miio.vacuum_cli import cli File "/usr/local/lib/python3.5/site-packages/miio/__init__.py", line 2, in <module> from miio.airconditioningcompanion import AirConditioningCompanion File "/usr/local/lib/python3.5/site-packages/miio/airconditioningcompanion.py", line 7, in <module> from .click_common import command, format_output, EnumType File "/usr/local/lib/python3.5/site-packages/miio/click_common.py", line 251, in <module> result_msg_fmt: Union[str, callable]="{result}"): File "/usr/local/lib/python3.5/typing.py", line 534, in __getitem__ dict(self.__dict__), parameters, _root=True) File "/usr/local/lib/python3.5/typing.py", line 467, in __new__ params.append(_type_check(p, msg)) File "/usr/local/lib/python3.5/typing.py", line 299, in _type_check raise TypeError(msg + " Got %.100r." % (arg,)) TypeError: Union[arg, ...]: each arg must be a type. Got <built-in function callable>.
The text was updated successfully, but these errors were encountered: