Closed nlittlejohns closed 4 years ago
Ok, figured out where the conflict was: cryptography 2.7.
Can't actually figure out where this requirement came from in the first place, it seems I've ended up with quite a few extra packages installed that I don't need. Did a clean sweep and just installed the barebones and it seems happy now!
i have same error in catalina i fix uninstall asn1crypto 0.24.0 and install lastest version
Thanks CARocha reinstalling asn1crypto , solved
Just installed Django-push-notifications 1.6.1 via pip, added it to my installed_apps and configured for APNS.
When I run manage.py runserver, python crashes with this message:
zsh: abort env PYTHONIOENCODING=UTF-8 PYTHONUNBUFFERED=1 --default --client --host
If I run Python in verbose mode, these are the last few lines:
running python manage.py runserver --verbosity 3 returns no additional output.
Using Python 3.7.4 and Django 2.2.9, any suggestions? I've never seen it just crash like this. The crash goes away as soon as I remove push_notifications from my installed apps.
(Running on macOS Catalina in a virtual env)
Edit: I've tried re-building my environment fresh and installing Django-push-notifications from Git instead of pip to get the latest. I still get the same crash. Perhaps there's a conflict with another package I'm using? Here's a list of what I have installed: