My Python version is 3.7.0 version
To import tensorflow_datasets,
import tensorflow_datasets
I ran the code, but:
ImportError: cannot import name 'auto' from 'tqdm'
So, how can I import the auto? When I searched the auto
library:
ERROR : Could not find a version that satisfies the requirement auto
ERROR : No matching distribution found for auto
I trying to look for auto
library at anaconda environment. But I can't find the same name 'auto' exactly. Which library does 'auto' belong to?