You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/app/.venv/bin/rq-exporter", line 5, in <module>
from rq_exporter.main import main
File "/app/.venv/lib/python3.10/site-packages/rq_exporter/init.py", line 6, in <module>
from .exporter import create_app
File "/app/.venv/lib/python3.10/site-packages/rq_exporter/exporter.py", line 14, in <module>
from .collector import RQCollector
File "/app/.venv/lib/python3.10/site-packages/rq_exporter/collector.py", line 8, in <module>
from rq import Connection
ImportError: cannot import name 'Connection' from 'rq' (/app/.venv/lib/python3.10/site-packages/rq/init.py)
When running
rq-exporter
with rq 2.0.0:Other libraries needed some changes, for example rq-dashboard: Parallels/rq-dashboard@780ec24
The text was updated successfully, but these errors were encountered: