Problem while updating the fastai library in conda

Try this:

conda update conda -y --all
pip install fastai --upgrade

Hope it will fix it for you. (If you are using envs make sure you activate the appropriate one & then issue the update commands)

1 Like