Thursday, December 24, 2015

Re: django 1.9 - application does not

Just for testing, I downgraded django to 1.8.4

# pip-3.4 install Django==1.8.4

You are using pip version 6.1.1, however version 7.1.2 is available.

You should consider upgrading via the 'pip install --upgrade pip' command.

Collecting Django==1.8.4

  Downloading Django-1.8.4-py2.py3-none-any.whl (6.2MB)

    100% |████████████████████████████████| 6.2MB 89kB/s 

Installing collected packages: Django

  Found existing installation: Django 1.9

    Uninstalling Django-1.9:

      Successfully uninstalled Django-1.9

Successfully installed Django-1.8.4


Now I get ImportError: No module named 'provider'.


- Shekar

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c6e8eebf-a65e-4161-be30-215dd926963c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment