invisibleroads / socketIO-client

A socket.io client library for Python
http://pypi.python.org/pypi/socketIO-client
MIT License
447 stars 205 forks source link

master is broken: No module named 'invisibleroads_macros' #194

Open jupe opened 6 years ago

jupe commented 6 years ago

Commit 82756be28806aa4d0dfa46d870e5b7d91e2fa271 seems to break master - visible also in CI results.

Traceback:
socketIO_client/__init__.py:4: in <module>
    from .heartbeats import HeartbeatThread
socketIO_client/heartbeats.py:1: in <module>
    from invisibleroads_macros.log import get_log
E   ModuleNotFoundError: No module named 'invisibleroads_macros'
jupe commented 6 years ago

Exception seems to visible also here #54 .