That's strange, the "unhashable type" is usually followed by which type it refers to. For example
TypeError: unhashable type: 'dict'
or
TypeError: unhashable type: 'list'
Can you give some steps to reproduce this error?
That's strange, the "unhashable type" is usually followed by which type it refers to. For example
TypeError: unhashable type: 'dict'
or
TypeError: unhashable type: 'list'
Can you give some steps to reproduce this error?