Skip to content

Instantly share code, notes, and snippets.

@akullpp
Last active June 7, 2022 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akullpp/35db42c35eaa17eb6f3be5b48cb19a09 to your computer and use it in GitHub Desktop.
Save akullpp/35db42c35eaa17eb6f3be5b48cb19a09 to your computer and use it in GitHub Desktop.
Solve Python Poetry invalid hashes error after CTRL+C during installation on MacOS
rm -rf poetry.lock
poetry cache clear . --all
rm -r ~/Library/Caches/pypoetry/cache
rm -r ~/Library/Caches/pypoetry/artifacts
poetry install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment