A walk with fastai2 - Vision - Study Group and Online Lectures Megathread

I presume you’re using windows. See the pathlib docs:

Pure paths are useful in some special cases; for example:

  1. If you want to manipulate Windows paths on a Unix machine (or vice versa). You cannot instantiate a WindowsPath when running on Unix, but you can instantiate PureWindowsPath .
1 Like