Replies: 1 comment 3 replies
-
That should almost never be required, and may make things worse. Netbox has its own hermetic virtualenv. Although it doesn't specify all dependencies directly, so you don't know exactly what combination of packages you'll get, major dependencies like django-rq are specified: e.g.
Don't change these. To ensure that everything is installed correctly, run:
To debug your problem, you'll need to give more info.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone
Is there anyone faced this issue?
I tried to uninstall rq and reinstall even upgrade django-rq but isn't work.
File "/opt/netbox/venv/lib/python3.12/site-packages/django_rq/management/commands/rqworker.py", line 5, in
from rq import Connection
ImportError: cannot import name 'Connection' from 'rq' (/opt/netbox/venv/lib/python3.12/site-packages/rq/init.py). Did>
Please help
Beta Was this translation helpful? Give feedback.
All reactions