Lesson 7 - Official topic

Im running into an error i can’t seem to fix. any help will be appreciated.

[Errno 2] No such file or directory: '/root/.fastai/archive/bluebook'

Even though I am following the exact steps as the notebook, I keep on getting this error when I run this code:

if not path.exists():

    path.mkdir()

    api.competition_download_cli('bluebook-for-bulldozers', path=path)

    file_extract(path/'bluebook-for-bulldozers.zip')

path.ls(file_type='text')

Here is my notebook: