Git Product home page Git Product logo

Comments (2)

codeinthehole avatar codeinthehole commented on May 22, 2024

Strange - I can't reproduce an issue here. If I run the following::

cd /tmp
mkvirtualenv oscar-install 
git clone git://github.com/tangentlabs/django-oscar.git
cd django-oscar/
python setup.py develop
pip install -r testing-reqs.txt 
./run_tests.py

then all tests pass for me.

There was a conflict between django 1.4 and 1.2.6 of django-haystack, but 1.2.7 resolves this.

It sounds like your installation process only picked up django-haystack==1.2.6 which is strange. Also, looking at your PR, it looks like you didn't run python setup.py develop to install the core dependencies. Is that the case?

Is there anything else I'm missing?

from django-oscar.

crooksey avatar crooksey commented on May 22, 2024

Yea I ran this the first time and haystack was giving me import errors, so I uninstalled and re created another env, I checked out 1.2.X version of the haystack source and installed django1.3 manually (as I know this works with 1.2.6), so this was probably why I started getting issues, as opposed to using pypi.

But then creating (another) clean env and re following the steps seems to have solved it.

Not sure what had happened with my first haystack install from setup.py, but im guessing thats what caused me problems.

I would have said it could possibly by my env not using the --no-site-packages, but this is now done by default so I cant really explain it.

Sorry to raise the issue, but on another note, having a fully populated surely allows you to perform testing before installing oscar?

from django-oscar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.