Closed this issue 4 years ago · 2 comments
TqdmDeprecationWarning: Please use tqdm.gui.tqdm(...) instead of tqdm(..., gui=True)
tqdm.gui.tqdm(...)
tqdm(..., gui=True)
It is occur on use time.sleep in combu target function.
time.sleep
It is old version of tqdm bug. I update tqdm and all other dependencies, fixed it.