I’ve just started playing around with yotta and I get the error:
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
error: [Errno 48] Address already in use
when trying to attach the debugger to any process by using the yotta debug tool. It persists even after a reboot and after I kill any processes related to python.
Has anybody seen this before?