After setting colab ro tun on GPU I ran the initial code:
!pip install -Uqq fastbook
import fastbook
fastbook.setup_book()
But getting the following error message:
ERROR: Could not find a version that satisfies the requirement nb-conda (from nbdev>=0.2.38->fastbook) (from versions: none)
ERROR: No matching distribution found for nb-conda (from nbdev>=0.2.38->fastbook)
I am getting the same issue. I’ve been using Colab with FastAI v4 Notebooks for about a week and I’ve ran into this issue before (but was quickly resolved after reloading).
I haven’t ran into the same issue until now. But I can’t seem to fix it. I’ve tried reloading, factory resetting runtime, even running this code: pip install fastai --upgrade, toggling between GPU and no GPU
Additionally I’ve also tried on Paperspace Gradient and am getting the same error message