RedisJSON / redisjson-py

An extension to redis-py for using Redis' ReJSON module
https://redisjson.io
BSD 2-Clause "Simplified" License
160 stars 34 forks source link

Error installing the package #69

Closed ddomingof closed 2 years ago

ddomingof commented 2 years ago

I am trying to install the package on Python 3.8 and I am getting this error.

pip install rejson

ERROR: Failed building wheel for rejson Failed to build rejson ERROR: Could not build wheels for rejson which use PEP 517 and cannot be installed directl

lmiguelmh commented 2 years ago

I had the same problem with redisearch library, it seems that the library was deprecated some hours ago.

As a temporal solution I had to force the version 2.0.0 on my requirements file.

redisearch==2.0.0