Closed vladimir-ionita closed 7 years ago
Hi, django-ios-notifications doesn't yet test against or officially support Python 3.x.
In this case it appears as though the problem is in the third-party dependency Django fields which is attempting an invalid import.
Hi! I am using Django 1.9.4 on Python 3.5.1
I've tried both:
pip install django-ios-notifications
andpip install git+https://github.com/stephenmuss/django-ios-notifications.git#egg=django-ios-notifications
but after the installation I have the following error:
What could possibly be wrong?