Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bigchaindb 2.2.2 error installing while building gevent #2745

Open
heryanto87 opened this issue Jan 11, 2023 · 1 comment
Open

Bigchaindb 2.2.2 error installing while building gevent #2745

heryanto87 opened this issue Jan 11, 2023 · 1 comment

Comments

@heryanto87
Copy link

Error compiling Cython file:
      ------------------------------------------------------------
      ...
      cdef load_traceback
      cdef Waiter
      cdef wait
      cdef iwait
      cdef reraise
      cpdef GEVENT_CONFIG
            ^
      ------------------------------------------------------------
      
      src/gevent/_gevent_cgreenlet.pxd:181:6: Variables cannot be declared with 'cpdef'. Use 'cdef' instead.
      Compiling src/gevent/greenlet.py because it changed.

I'm using ubuntu and getting this error while trying to install bigchaindb.

I'm following the tutorial at Bigchaindb docs and already using the latest version of pip

@acata8
Copy link

acata8 commented Mar 19, 2023

Hello,
try to use pip install --upgrade gevent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants