DJANGO_RQ Error 61 connecting to localhost:6379. Connection refused. #2954
Answered
by
azhavoro
celstnblacc
asked this question in
Q&A
-
Hello i try to run the app in debug mode, when i try to create a task i always get this error about django_rq. vscode debug in server:debug Thank you =========================================================
|
Beta Was this translation helpful? Give feedback.
Answered by
azhavoro
Mar 16, 2021
Replies: 1 comment
-
Hi, sudo apt-get update && sudo apt-get --no-install-recommends install -y build-essential curl redis-server python3-dev python3-pip python3-venv python3-tk libldap2-dev libsasl2-dev pkg-config libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libswresample-dev libavfilter-dev |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
azhavoro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
most likely you haven't installed Redis server, please follow this guide: https://github.com/openvinotoolkit/cvat/blob/develop/CONTRIBUTING.md#development-environment
sudo apt-get update && sudo apt-get --no-install-recommends install -y build-essential curl redis-server python3-dev python3-pip python3-venv python3-tk libldap2-dev libsasl2-dev pkg-config libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libswresample-dev libavfilter-dev