AttributeError: 'NBMasterBar' object has no attribute 'out' , fastprogress & jupyter notebook issue , fastai lesson 1

I am getting this error while running Is it a bird notebook locally on my gpu & fastai setup.

AttributeError: 'NBMasterBar' object has no attribute 'out'

How to fix it ?

  • I tried this, but it didn’t work.
pip uninstall fastprogress
pip install git+https://github.com/fastai/fastprogress --upgrade

And this is my current fastai & notebook versions.

1 Like

I got the solution.

Downgrade the fastprogress to 1.0.3

uv pip uninstall fastprogress
uv pip install "fastprogress==1.0.3"
2 Likes

You are great!! I solved this problem with your solution