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

ValueError: 'default' must be a list when 'multiple' is true #398

Open
ibrahim-cdprc opened this issue Sep 1, 2021 · 10 comments
Open

ValueError: 'default' must be a list when 'multiple' is true #398

ibrahim-cdprc opened this issue Sep 1, 2021 · 10 comments

Comments

@ibrahim-cdprc
Copy link

ibrahim-cdprc commented Sep 1, 2021

image
Not sure what the issue is about

@alor
Copy link

alor commented Sep 8, 2021

it's related to: #385

@arisolt
Copy link

arisolt commented Oct 26, 2021

I'm also unable to start rq-dashboard after installing it via pip. Same error as above. Is there a solution to this problem?

@huang06
Copy link

huang06 commented May 3, 2022

workaround: pin the click to < 8.0.

pip install "click>=7,<8"

@ronalddas
Copy link

workaround: pin the click to < 8.0.

pip install "click>=7,<8"

After downgrading click , am geting new error ImportError: cannot import name 'ParameterSource' from 'click.core'

@796F
Copy link

796F commented Feb 11, 2023

same as @ronalddas any luck getting around this?

@ronalddas
Copy link

same as @ronalddas any luck getting around this?

Nope, I just used the Job Registries (https://python-rq.org/docs/job_registries/) functions to get whatever data I wanted

@796F
Copy link

796F commented Feb 11, 2023 via email

@oodio
Copy link

oodio commented Feb 13, 2023

Having the same issue @796F.

@peskovkst
Copy link

solved via pip install git+https://github.com/jace/rq-dashboard.git@main @oodio

@nhairs-lumin
Copy link

This is fixed as of 1be184a

However this is not yet available on PyPI (#393) so you will need to install from source:
git+https://github.com/Parallels/rq-dashboard.git@master.

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

9 participants