Django: running manage.py always aborts

前端 未结 3 2024
独厮守ぢ
独厮守ぢ 2020-12-30 05:38

I have an existing Django application that I\'m trying to set up locally. After creating a virtual environment and installing all the required dependencies, running ma

3条回答
  •  失恋的感觉
    2020-12-30 06:17

    I had similar problem. It is because python3.6.8 and macOS catalina are incompatible. If you upgrade python version at least 3.8, it will work.

    https://docs.python.org/3.8/whatsnew/changelog.html?highlight=catalina

提交回复
热议问题