Set up course v3 on Windows

OK. Now I know my problem. I have been creating a fastai environment following Howto: installation on Windows . Apparently the enviorment created in the fastai/fastai folder does not work for course v3. This didn’t work even if I do
conda install -c pytorch -c fastai fastai pytorch torchvision cuda92

Now, if I simply do the above installation in the base environment of conda, then it works. It would be nice though if a fastai enviorment can be created for course v3. Maybe it is already existing somewhere but I just don’t know of.

In short, do what @alice mentioned in the base environment in conda. Thanks everyone for helping out!

Jack

1 Like