Fastbook Installation Problem On Local PC

Faced the same issue. Tried the solution to upgrade nbdev mentioned here.

That didnt work. Then downgraded the nbdev version from 1.1.0 to 1.0.18.
After that it worked.
You can downgrade with following command

pip install nbdev==1.0.18
2 Likes