nutankumari / django-tasks

Automatically exported from code.google.com/p/django-tasks
0 stars 0 forks source link

pip installation forces Django 1.5 even if more recent version is installed #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install Django > 1.5
2. run pip install django-tasks

What is the expected output? What do you see instead?
I expect the installation to notice that I have Django 1.5.5 installed and 
proceed without downgrading the existing installation. Instead pip removes 
Django 1.5.5 and installs 1.5 instead

What version of the product are you using? On what operating system?
django-tasks-0.3 installation with "pip 1.5.2 from 
/usr/lib/python2.6/site-packages/pip-1.5.2-py2.6.egg (python 2.6)" on Amazon 
Linux

Please provide any additional information below.
Copy of installation output
[ec2-user]$ sudo pip install django-tasks
Downloading/unpacking django-tasks
  Downloading django-tasks-0.3.tar.gz
  Running setup.py (path:/tmp/pip_build_root/django-tasks/setup.py) egg_info for package django-tasks
Downloading/unpacking django==1.5 (from django-tasks)
  Downloading Django-1.5.tar.gz (8.0MB): 8.0MB downloaded
  Running setup.py (path:/tmp/pip_build_root/django/setup.py) egg_info for package django
    warning: no previously-included files matching '__pycache__' found under directory '*'
    warning: no previously-included files matching '*.py[co]' found under directory '*'
Requirement already satisfied (use --upgrade to upgrade): south in 
/usr/lib64/python2.6/site-packages (from django-tasks)
Installing collected packages: django-tasks, django
  Running setup.py install for django-tasks
  Found existing installation: Django 1.5.5
    Uninstalling Django:
      Successfully uninstalled Django
  Running setup.py install for django
    changing mode of build/scripts-2.6/django-admin.py from 644 to 755
    warning: no previously-included files matching '__pycache__' found under directory '*'
    warning: no previously-included files matching '*.py[co]' found under directory '*'
    changing mode of /usr/bin/django-admin.py to 755
Successfully installed django-tasks django
Cleaning up...

Original issue reported on code.google.com by jukka.ho...@gmail.com on 28 Jan 2014 at 12:46