Bigchaindb 2.2.2 error installing while building gevent

286 views Asked by At
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

0

There are 0 answers