OK, then I ran what you suggested:
conda install -c fastai fastai
and now conda list
shows fastai at 1.0.15, which seems promising - but then when I run
import fastai
fastai.show_install(0)
it still shows 1.0.11.
I’m a complete noob with ubuntu, but I’m starting to get what’s going on… the new fastai is now installed in the anaconda3 folder - but my notebook is seeing the old fastai… The update method shown on the Returning to Salamander page isn’t actually updating fastai:
source activate fastai
conda update fastai
and the fastai in anaconda3 isn’t visible to my Salamander notebooks.
So I’m stuck again!