Giter Site home page Giter Site logo

Comments (3)

sheppard avatar sheppard commented on June 14, 2024

Thanks for reporting this. My guess would be that you have Django 1.8 installed together with wq.db 0.7.2. The instructions at https://wq.io/docs/setup tell you to install the wq meta package, which automatically installs matching versions of wq.app, wq.db, and wq.io. For example, installing wq 0.7 installs the latest 0.7.x versions of each submodule. The latest version of wq.db is 0.8.0, but the wq metapackage is still stuck on 0.7 since wq.app 0.8.0 hasn't been released yet.

Sorry for the inconvenience - all of this will be resolved with the release of wq.app 0.8.0 sometime in the next two weeks. For now, you can get around this by explicitly installing wq.db 0.8.0. You will likely also want to upgrade to the latest released version of the wq template (wq.start). wq.app 0.7.4 is forward-compatible with wq.db 0.8.0 and the updated template.

The following commands should do the trick:

sudo pip3 install wq.db==0.8.0
sudo pip3 install wq.start==0.8.0

The other option would be to downgrade Django to 1.7, but I'd recommend just upgrading wq.db since the latest version has a number of improvements and API changes.

from wq.db.

aedoran avatar aedoran commented on June 14, 2024

cool that worked thank!

from wq.db.

sheppard avatar sheppard commented on June 14, 2024

Closing now that wq 0.8 is released.

from wq.db.

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.