There is a strange bug where Scoary will sometimes crash with the following message:
TypeError: unsupported operand type(s) for +: 'long' and 'numpy.float64'
I don't know why only some systems are seeing this error. In fact, addition of long and numpy.float64 does not throw a TypeError on my 1.11.1 or 1.11.2 versions, but it does on some other systems.
There is a strange bug where Scoary will sometimes crash with the following message:
TypeError: unsupported operand type(s) for +: 'long' and 'numpy.float64'
I don't know why only some systems are seeing this error. In fact, addition of long and numpy.float64 does not throw a TypeError on my 1.11.1 or 1.11.2 versions, but it does on some other systems.