Hi, I made a homeassistant installation on Windos 10. I want to do the integration with Apple’s Homekit. In the initialisation of Homeassistant I have the following error
2019-05-12 19:12:00 ERROR (MainThread) [homeassistant.setup] Error during setup of component homekit
Traceback (most recent call last):
File “C:\Users\CLIENTE\AppData\Local\Programs\Python\Python37\lib\site-packages\homeassistant\setup.py”, line 153, in async_setup_component
hass, processed_config)
File "C:\Users\CLIENTE\AppData\Local\Programs\Python\Python37\lib\site-packages\homeassistant\components\homekit_init.py", line 78, in async_setup
await hass.async_add_executor_job(homekit.setup)
File “C:\Users\CLIENTE\AppData\Local\Programs\Python\Python37\lib\concurrent\futures\thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “C:\Users\CLIENTE\AppData\Local\Programs\Python\Python37\lib\site-packages\homeassistant\components\homekit_init_.py”, line 220, in setup
port=self._port, persist_file=path)
File “C:\Users\CLIENTE\AppData\Local\Programs\Python\Python37\lib\site-packages\homeassistant\components\homekit\accessories.py”, line 214, in init
super().init(**kwargs)
File “C:\Users\CLIENTE\AppData\Local\Programs\Python\Python37\lib\site-packages\pyhap\accessory_driver.py”, line 193, in init
self.state = State(address=address, pincode=pincode, port=port)
File “C:\Users\CLIENTE\AppData\Local\Programs\Python\Python37\lib\site-packages\pyhap\state.py”, line 29, in init
sk, vk = ed25519.create_keypair()
File “C:\Users\CLIENTE\AppData\Local\Programs\Python\Python37\lib\site-packages\ed25519\keys.py”, line 10, in create_keypair
sk = SigningKey(seed)
File “C:\Users\CLIENTE\AppData\Local\Programs\Python\Python37\lib\site-packages\ed25519\keys.py”, line 85, in init
vk_s, sk_s = _ed25519.publickey(sk_s)
MemoryError
Does anyone have any idea what’s going on?