Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[deps] new rq version released without Connection import #3

Open
diegonc opened this issue Nov 5, 2024 · 0 comments
Open

[deps] new rq version released without Connection import #3

diegonc opened this issue Nov 5, 2024 · 0 comments

Comments

@diegonc
Copy link

diegonc commented Nov 5, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant