import fastbook
fastbook.__version__
Yields the following error message:
ModuleNotFoundError Traceback (most recent call last)
/tmp/ipykernel_27/2421650160.py in
----> 1 import fastbook
2 fastbook.version
ModuleNotFoundError: No module named ‘fastbook’
I already executed "!pip install fastai --upgrade " previously and everything worked fine up until said moment. Has anyone else run into the same problem and figured out a way around it? My guess is that pytorch was upgraded and now there are compatibility issues.
My apologies if this post is in the wrong section. First-time commenter.