I will start this off by stating that I am completely new to this so bare with me. I am attempting to set up my dev environment on my mac and I am running into issues with the setup. I am following the instructions under “Developing on Mac OS”. I am able to get my virtual environment created and set up but when I run the hass -c config
command I eventually get this error:
2025-03-26 15:13:45.403 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback RequestHandler.connection_made() (None)
Traceback (most recent call last):
File "/usr/local/Cellar/[email protected]/3.13.2/Frameworks/Python.framework/Versions/3.13/lib/python3.13/asyncio/events.py", line 89, in _run
self._context.run(self._callback, *self._args)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/user/Desktop/HomeAssistant/tempest/core/venv/lib/python3.13/site-packages/aiohttp/web_protocol.py", line 315, in connection_made
tcp_keepalive(real_transport)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/Users/user/Desktop/HomeAssistant/tempest/core/venv/lib/python3.13/site-packages/aiohttp/tcp_helpers.py", line 16, in tcp_keepalive
sock.setsockopt(socket.SOL_SOCKET, socket.SO_KEEPALIVE, 1)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/Cellar/[email protected]/3.13.2/Frameworks/Python.framework/Versions/3.13/lib/python3.13/asyncio/trsock.py", line 74, in setsockopt
self._sock.setsockopt(*args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
I am using Python 3.13 as stated in the docs but no matter what I try I can’t seem to get past this error. If anyone could point me in the right direction it would be greatly appreciated!