Datasets URLS missing IMAGENETTE_160

Hello
I am trying the notebooks for lecture today, and I am getting errors:

AttributeError Traceback (most recent call last)
in
----> 1 path = datasets.untar_data(datasets.URLs.IMAGENETTE_160)

AttributeError: type object ‘URLs’ has no attribute ‘IMAGENETTE_160’

Checking datasets class, I found it does not have URLS for IMAGENETTE_160
what is the value of the url?

Thanks

I think you don’t have the latest version of fastai. I can see a value for it in URLs.

Thanks Sylvain
It is very starange, I removed fastai and reinstalled again:
fastai/noarch::fastai-1.0.34-py_1
and still have the same problem?
what is the latest version?
I tried in both python 3.6 and 3.7?

thanks

Thanks Sylvian
I manged to get it working, it was just many conda env

Regards