Django migration with python3.6 ERROR:root:code for hash sha3_224 was not found

前端 未结 4 1091
梦如初夏
梦如初夏 2021-01-12 08:30

Hello I read Django tutorials and I have an error related to specific sha3_224 hash function during the migration process. How to solve this problem? Thank you.

4条回答
  •  爱一瞬间的悲伤
    2021-01-12 09:04

    Check if your python has been updated recently. The venv might be pointing to the old one, recreating venv fixed it for us.

    Running mkvirtualenv venv or virtualenv venv (depending on how you created it in the first place) should also work while keeping the installed packages.

提交回复
热议问题