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

Device Tracker iCloud - Python Module "Six" missing #5

Open
thomashermine opened this issue Feb 12, 2017 · 0 comments
Open

Device Tracker iCloud - Python Module "Six" missing #5

thomashermine opened this issue Feb 12, 2017 · 0 comments

Comments

@thomashermine
Copy link

Hello!

I have a problem with the iCloud device tracker when using this image :

ERROR:homeassistant.components.device_tracker:Error setting up platform icloud
Traceback (most recent call last):
  File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/device_tracker/__init__.py", line 164, in async_setup_platform
    None, platform.setup_scanner, hass, p_config, tracker.see)
  File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
    yield self  # This tells Task to wait for completion.
  File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
    value = future.result()
  File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
    raise self._exception
  File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/device_tracker/icloud.py", line 80, in setup_scanner
    icloudaccount = Icloud(hass, username, password, account, see)
  File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/device_tracker/icloud.py", line 156, in __init__
    self.reset_account_icloud()
  File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/device_tracker/icloud.py", line 166, in reset_account_icloud
    from pyicloud import PyiCloudService
  File "/config/deps/pyicloud/__init__.py", line 2, in <module>
    from pyicloud.base import PyiCloudService
  File "/config/deps/pyicloud/base.py", line 18, in <module>
    from pyicloud.services import (
  File "/config/deps/pyicloud/services/__init__.py", line 7, in <module>
    from pyicloud.services.account import AccountService
  File "/config/deps/pyicloud/services/account.py", line 31, in <module>
    @six.python_2_unicode_compatible
AttributeError: 'module' object has no attribute 'python_2_unicode_compatible'
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

1 participant