Issue: "TypeError: unhashable type: 'dict'" in Poetry 1.8.x and "TypeError: unhashable type: 'Table'" in Poetry 1.7.0 #9806
-
Issue: "TypeError: unhashable type: 'dict'" in Poetry 1.8.x and "TypeError: unhashable type: 'Table'" in Poetry 1.7.0 I'm encountering different TypeErrors when using Poetry to manage dependencies, even on empty projects. The errors depend on the Poetry version: With Poetry 1.8.0 or 1.8.4, I get: "TypeError: unhashable type: 'dict'". Recreated virtual environments using Python 3.13 and 3.12. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Does Apart from that, your global settings file might be broken. See https://python-poetry.org/docs/configuration/ for the location of the global |
Beta Was this translation helpful? Give feedback.
So no
envs.toml
. The content of theconfig.toml
does not look bad, but you can try to delete/rename theconfig.toml
and try again. If you still get an error, you can run the command that raises the error with-vvv
and provide the output.