Django: running manage.py always aborts

前端 未结 3 2033
独厮守ぢ
独厮守ぢ 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:21

    Just remove cryptography package.

    Had a similar problem and found a solution here https://github.com/jazzband/django-push-notifications/issues/549:

提交回复
热议问题