sample sandbox installation

208 views
Skip to first unread message

zio.pi...@gmail.com

unread,
Sep 16, 2014, 9:13:48 AM9/16/14
to django...@googlegroups.com
Nothing better than step by step guide :)

From Docs-Sample Oscar projects:
Install Oscar and its dependencies within a virtualenv:
   DONE - OK
$ cd django-oscar
   DONE - OK
$ mkvirtualenv oscar # needs virtualenvwrapper
   DONE - OK
(oscar) $ make sandbox
   AFTER 10 MINUTES OF DOWNLOAD ENDED WITH ERROR
   Installed /home/xxxxx/virtualenvs/oscar/lib/python2.7/site-packages/pytz-2014.7-py2.7.egg
   error: Installed distribution Django 1.7 conflicts with requirement Django<1.7
   make: *** [install] Errore 1
   (oscar)xxxxx@xxxxx-acer:~/Documents/e-comm/django-oscar$
   WHAT CAN I DO NOW ?? 
(oscar) $ sites/sandbox/manage.py runserver

Any help ? Thanks in advance.
Pietro

David Winterbottom

unread,
Sep 16, 2014, 9:21:58 AM9/16/14
to django-oscar
That's a known issue with the master branch (https://github.com/tangentlabs/django-oscar/issues/1480) which comes from Haystack, one of Oscar's dependencies. We're waiting on the Haystack team to release a version that supports Django 1.7.

For now, work around it by using Django<1.7:

(oscar) $ pip install "Django<1.7"
(oscar) $ make sandbox

--
https://github.com/tangentlabs/django-oscar
http://django-oscar.readthedocs.org/en/latest/
https://twitter.com/django_oscar
---
You received this message because you are subscribed to the Google Groups "django-oscar" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-oscar...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-oscar.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-oscar/c8e15e14-6aa9-47d2-8f8b-8ac337f87c9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
David Winterbottom
Technical Director

Tangent Snowball
84-86 Great Portland Street
London W1W 7NR
England, UK

zio.pi...@gmail.com

unread,
Sep 18, 2014, 3:04:02 AM9/18/14
to django...@googlegroups.com
Thanks David.

A little sidenote: if it's a known issue, why these 3 lines of workaround aren't written in documentation? ;)

Pietro

David Winterbottom

unread,
Sep 19, 2014, 8:16:06 AM9/19/14
to django-oscar
On 18 September 2014 08:04, <zio.pi...@gmail.com> wrote:
Thanks David.

A little sidenote: if it's a known issue, why these 3 lines of workaround aren't written in documentation? ;)

Fair point - I've added a warning about these kinds of issues:


 

Pietro

--
https://github.com/tangentlabs/django-oscar
http://django-oscar.readthedocs.org/en/latest/
https://twitter.com/django_oscar
---
You received this message because you are subscribed to the Google Groups "django-oscar" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-oscar...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-oscar.

For more options, visit https://groups.google.com/d/optout.

David Winterbottom

unread,
Sep 19, 2014, 8:19:09 AM9/19/14
to django-oscar

Valery Sorokin

unread,
Sep 19, 2014, 1:04:04 PM9/19/14
to django...@googlegroups.com
It seems fixed already. Downloading the last revision of Haystack
directly from GitHub should resolve this issue.
> https://groups.google.com/d/msgid/django-oscar/CAA0jhkrtHhk0F60G24%3DtkoBbsQJ2JPzKpVHXngoAmB%3DCK-jroA%40mail.gmail.com.

Tim Vogt

unread,
Jun 12, 2017, 11:09:19 AM6/12/17
to django-oscar, zio.pi...@gmail.com
I get:

   DONE - OK
$ cd django-oscar
   DONE - OK
$ mkvirtualenv oscar # needs virtualenvwrapper
   DONE - OK
(oscar) $ make sandbox

 Failed building wheel for uWSGI  Running setup.py clean for uWSGI



So what now?

Tim
Reply all
Reply to author
Forward
0 new messages