-
Hi,
I'm trying to install on a new system (ubuntu 18.04) and having trouble. Running make setup without sudo gives the error below. I've tried the main branch and 0.4 and they both fail. If I run su…
-
Hi chaps
sorry for raising this question as an issue, but I am curious to know why you are mixing python 2.7 and python 3 - is it a requirement flowing from Redis?
https://github.com/RedisGears/An…
-
Hi I'm trying to use nltk in redisGears but it says _sqlite3 is not available.
I thought sqlite being part of python3 stdlib it would be available in the gears?
Cheers
Thomas
-
I am attempting to build `RedisGears` on Ubuntu 18.04 by running the following commands:
```
make setup
make fetch
make all
```
When running `make all`, the process stops with the error:
…
-
Hi, I am new for Redis
In init.py, line 37, what does execute_command mean? and how to set the parameters
Thanks
-
Hi @itamarhaber
I want to change Tiny YOLO to YOLO v3 bcz of good performance ,I change code like that in **init.py**
with open(yolo.pb', 'rb') as f:
model = f.read()
res = con…
-
In the readme the instructions for installing OpenCV say to go to this folder which I don't have. I only have folders here for python3.7
> Type cv2.__file__ - you should get something like '/usr/li…
-
running the container:
redis_1 | 1:C 17 Sep 2019 14:53:16.207 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1 | 1:C 17 Sep 2019 14:53:16.207 # Redis version=5.0.5, bits=32, commit=…
-
Building redis
Step 1/12 : FROM redisai/redisai:0.2.0 as redisai
---> ce1c6cb778a1
Step 2/12 : FROM redislabs/redisgears:0.2.1 as redisgears
---> 07197f1f0c14
Step 3/12 : ENV LD_LIBRARY_PATH /u…
KNCal updated
5 years ago
-
In file `./app/gear.py`, lines [3](https://github.com/RedisGears/EdgeRealtimeVideoAnalytics/blob/master/app/gear.py#L3) and [222](https://github.com/RedisGears/EdgeRealtimeVideoAnalytics/blob/master/a…