I don’t have it running yet, I don’t know why I find to get it working so hard.
So here’s the exact steps I took :
- create new conda env with python 3.6
- installed fastai and pytorch using
conda install -c pytorch -c fastai fastai
- uninstalled fastai with
conda uninstall fastai
(also checked there’s no pip installation) - Ran the following commands
git clone GitHub - fastai/fastai: The fastai deep learning library
cd fastai
tools/run-after-git-clone
pip install -e .[dev]
But then importing fastai doesn’t work in the notebooks : ImportError: No module named 'fastai'
I really don’t see what I could be doing wrong, I followed the simplest doc I could find to the letter.
Please tell me if I should be posting this elsewhere.