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
While running this service from source I found the following error:
ImportError: cannot import name 'Connection' from 'rq'
It seems version 2.0.0 dropped the Connection class. To fix it temporarly I had to install an old version by specifying it explicitly in the pip install command:
pip install rq==1.16.2
The text was updated successfully, but these errors were encountered:
While running this service from source I found the following error:
It seems version 2.0.0 dropped the Connection class. To fix it temporarly I had to install an old version by specifying it explicitly in the pip install command:
The text was updated successfully, but these errors were encountered: