-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
django-sphinx installs django? #8
Comments
I should add that I'm lucky that my code threw an error, since otherwise I might not notice that my underlying django version had changed. |
ummm yeah. david wtf buddy? same here. |
It's because of this line in setup.py:
I agree that it's a hassle, and it would be nice if it could be removed. If someone is installing a package called "django-sphinx" they are unlikely to not have django yet. With pip 0.5+ you can ignore dependencies:
|
david throw us a bone here! |
I am using the trunk version of django-sphinx on the development version of django, and looking through the install log for django-sphinx, there is some strange stuff.
I installed with:
sudo python setup.py install
Which I suppose handles dependencies. In my case, it installed django, even though I already had it installed:
Processing dependencies for django-sphinx==2.2.3
Searching for django
Reading http://pypi.python.org/simple/django/
Reading http://www.djangoproject.com/
Reading http://www.djangoproject.com/download/1.0.1-beta-1/tarball/
Best match: Django 1.1.1
Downloading http://media.djangoproject.com/releases/1.1.1/Django-1.1.1.tar.gz
Processing Django-1.1.1.tar.gz
This is quite frustrating since, I really don't care to learn how the install works, but now I have to look through it and see how I can uninstall django.
No idea if this is the fault of django-sphinx, but it's very frustrating.
The text was updated successfully, but these errors were encountered: