Code Monkey home page Code Monkey logo

Comments (1)

ikkez avatar ikkez commented on May 18, 2024 2

Hi there. The SDK actually run fine on python3.8.. it's just that the futures in 3.8 slightly changed the error handling. The problem with the "big ugly traceback" is that the connection is closed / destoried before all the listeners were shutdown. That was no problem in 3.7 and before and just failed silently. I'm not that deep into python yet, but in the SDK fork I did some time ago, I just workaround that's bug with a simple little timeout, see this lines:

ikkez@103fda2

That seems to work just fine, but there's probably a better, more correct way to solve that.

from vector-python-sdk.

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.