ImportError: cannot import name 'auto' from 'tqdm'

ImportError: cannot import name ‘auto’ from ‘tqdm’

Symptom: import tensorflow_datasets as tfds, this line of code above will be reported.
Error reason: tqdm not up to date.
Solution: This tqdm I used to be 4.26, the upgrade to 4.36 with pip install --upgrade tqdm, resolve

Here Insert Picture Description

Published 21 original articles · won praise 18 · views 1465

Guess you like

Origin blog.csdn.net/zephyr_wang/article/details/102623009