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

ImportError: dynamic module does not define init function (PyInit_rejson) #13

Closed jyurdal closed 5 years ago

jyurdal commented 5 years ago

Hej After installing rejson-py in ubuntu for python3( pip3 install rejson) running sample file python3 rejson.py Traceback (most recent call last): File "rejson.py", line 2, in from rejson import Client, Path ImportError: dynamic module does not define init function (PyInit_rejson)

Do you have any suggestions? Thanks /Joanna