Git Product home page Git Product logo

Comments (4)

celogeek avatar celogeek commented on June 18, 2024 1

The docker image "rethinkdb/latest" contains:

ii  python3.4                  3.4.2-1+deb8u2                   amd64        Interactive high-level object-oriented language (version 3.4)

When we try to install the package with the official docker image:

root@f63b1df539f7:/data# pip3 install --upgrade rethinkdb
Downloading/unpacking rethinkdb from https://files.pythonhosted.org/packages/3f/d0/38cdcc869ec7a3b0a936738b8bc4664d5d46f17037806076603f7d557d88/rethinkdb-2.4.0-py2.py3-none-any.whl#sha256=49132721e590a0a943084daac7e116492d892a952d67d7cb3938caa730872a08
  Downloading rethinkdb-2.4.0-py2.py3-none-any.whl (154kB): 154kB downloaded
Installing collected packages: rethinkdb
  Found existing installation: rethinkdb 2.3.0.post6
    Uninstalling rethinkdb:
      Successfully uninstalled rethinkdb
*** Error compiling '/tmp/pip-build-u5zjiwuf/rethinkdb/rethinkdb/trio_net/net_trio.py'...
  File "/tmp/pip-build-u5zjiwuf/rethinkdb/rethinkdb/trio_net/net_trio.py", line 57
    async def wait(self):
            ^
SyntaxError: invalid syntax

Successfully installed rethinkdb
Cleaning up...

Solution:

pip3 install 'rethinkdb<2.4'

from rethinkdb-python.

gabor-boros avatar gabor-boros commented on June 18, 2024

@nicholastulach Hi! ✋
Could you please describe the issue a bit? What environment do you have, which python version, what did you executed, etc?

Please also provide a traceback if possible.

Thank you

from rethinkdb-python.

gabor-boros avatar gabor-boros commented on June 18, 2024

@celogeek Ok the issue is the python version, but what I can not see right now is that how this part of the code was called. Hmm. This will need some investigation

from rethinkdb-python.

gabor-boros avatar gabor-boros commented on June 18, 2024

Closing this issue due to this is related to #104

from rethinkdb-python.

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.