Lesson 1 throwing error in ImageDataBunch stage in windows

So I get the same error, but I continued on and tried running pulling up an item with data.train_ds[0] and got an error RuntimeError: b should have at least 2 dimensions, but has 1 dimensions instead. I searched for this and found another thread that was seeing the same issue. Apparently it has been fixed, see here. All they had to do was update to fastai version 1.0.41. I’ve been trying to do that but my version is stuck on 1.0.38 and conda says there’s nothing to update when I tell it to update. I try to update using pip but it says it gives an error

Could not find a version that satisfies the requirement torch>=1.0.0 (from fastai) (from versions: 0.1.2, 0.1.2.post1)
No matching distribution found for torch>=1.0.0 (from fastai)

Not sure how I can update it at this point.

Edit:
So after some trying I finally managed to get fastai updated to version 1.0.45 after manually specifying that version and upgrading some other packages but now my conda installation is broken. When I try to start it up it says failed to create process in the console. This is the second time it’s happened(I had to re-install with miniconda) so I’m giving up until someone else figures out what’s going on.

1 Like