Git Product home page Git Product logo

Comments (4)

mgumz avatar mgumz commented on June 1, 2024

hassio:2023.06.2
qss:0.0.4

the culprit is python3.11, the deprecation of certain decorators as they are used in one of qss deps: tenacity. the manifest.json states a version between 5 and 6 should be used. available is tenacity:8.x, among various fixes is also improved handling of python 3.10 and 3.11.

so, i tried this:

{
    "codeowners": [
        "@CM000n"
    ],
    "dependencies": [],
    "documentation": "https://github.com/CM000n/QSS",
    "domain": "qss",
    "iot_class": "local_push",
    "issue_tracker": "https://github.com/CM000n/QSS/issues",
    "name": "QuestDB State Storage (QSS)",
    "requirements": [
        "questdb>=1.0,<2.0",
        "tenacity>=8.2"
    ],
    "version": "0.0.4"
}

i changed the required tenacity version to require at least 8.2 … and now i see my data in questdb again.

from qss.

mgumz avatar mgumz commented on June 1, 2024

@saintman23 you might wanne try #7

from qss.

CM000n avatar CM000n commented on June 1, 2024

Once again, thank you very much @mgumz.
Problem should be solved with https://github.com/CM000n/qss/releases/tag/v0.0.5 @saintman23.
Can you please check and report back?

from qss.

saintman23 avatar saintman23 commented on June 1, 2024

@CM000n , v0.0.6 loads ok on HA 2023.6.3

from qss.

Related Issues (3)

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.