rq-dashboard icon indicating copy to clipboard operation
rq-dashboard copied to clipboard

Fix error when using click 8.0.0

Open jason-rayles-nbcuni opened this issue 3 years ago • 1 comments

This line gives the following error when using click 8.0.0 ValueError: 'default' must be a list when 'multiple' is true. see https://github.com/pallets/click/blob/e4301614347d20b90d7fad943a52e9f19bee6be9/src/click/core.py#L2107

jason-rayles-nbcuni avatar May 17 '21 23:05 jason-rayles-nbcuni

For those having problems with this issue, I used a fork instead which fixed this in the latest master -

pip install git+https://github.com/jace/rq-dashboard.git@master

TimMcCauley avatar Jan 25 '22 18:01 TimMcCauley

@eoranged Could you approve these changes and merge

ramvenuturumilli avatar Dec 14 '22 10:12 ramvenuturumilli

pip install git+https://github.com/jace/rq-dashboard.git@master

Thanks @TimMcCauley!

Though pip install git+https://github.com/jace/rq-dashboard.git@main (root branch seems to have changed to main)

charliemday avatar Mar 16 '23 09:03 charliemday

@jason-rayles-nbcuni , this is already present in the base code

cjlapao avatar Jun 19 '23 10:06 cjlapao