GithubHelp home page GithubHelp logo

Comments (5)

mezaugusto avatar mezaugusto commented on May 26, 2024

It is because of Pyyaml, it was corrected on version 3.13 and the current version in requirements is 3.12 which has problems with python 3.7

from asynctnt.

igorcoding avatar igorcoding commented on May 26, 2024

Please check the latest version from the master branch and if its ok for you then I'll publish a new release.

from asynctnt.

bofm avatar bofm commented on May 26, 2024

I confirm that installation works from master branch on both MacOS and Linux.
Note that I had to first install Cython.

I canNOT confirm that the version from master (10786be) works.
https://gist.github.com/bofm/b78818eb1cac0cc9a789e011340f5b8d

from asynctnt.

bofm avatar bofm commented on May 26, 2024
>>> async def main():
...     c = asynctnt.Connection()
...     try:
...         await c.connect()
...     finally:
...         await c.close()
...
>>> asyncio.run(main())
Connect to Tarantool[127.0.0.1:3301] failed: ConnectionRefusedError(111, "Connect call failed ('127.0.0.1', 3301)"). Retrying in 0.333333 seconds
Connect to Tarantool[127.0.0.1:3301] failed: ConnectionRefusedError(111, "Connect call failed ('127.0.0.1', 3301)"). Retrying in 0.333333 seconds
Connect to Tarantool[127.0.0.1:3301] failed: ConnectionRefusedError(111, "Connect call failed ('127.0.0.1', 3301)"). Retrying in 0.333333 seconds
Connect to Tarantool[127.0.0.1:3301] failed: ConnectionRefusedError(111, "Connect call failed ('127.0.0.1', 3301)"). Retrying in 0.333333 seconds
Connect to Tarantool[127.0.0.1:3301] failed: ConnectionRefusedError(111, "Connect call failed ('127.0.0.1', 3301)"). Retrying in 0.333333 seconds

It actually works on 3.7. Sorry. My mistake. Will you release it?

from asynctnt.

igorcoding avatar igorcoding commented on May 26, 2024

Fixed in 0.1.12 release
https://github.com/igorcoding/asynctnt/releases/tag/v0.1.12

from asynctnt.

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.