bad magic number in 'macleod': b'\x03\xf3\r\n': ImportError
carmenchui opened this issue · comments
Carmen Chui commented
After synchronizing this commit @thahmanncaae8b5 , I came across this error in the OS X Terminal:
bad magic number in 'macleod': b'\x03\xf3\r\n': ImportError
It can be fixed by deleting the Python cache for the macleod directory:
find . -name \*.pyc -delete
Not sure if this is worth including in the README or the installation instructions if others come across this error while running macleod.
thahmann commented
This sounds strange. I added it to the README in case anyone comes across it.
Thanks for finding a solution!