If you're getting ImportError: cannot import name 'isDirectory' from 'PIL._util'
(Patreon)
Published:
2023-07-29 10:09:56
Imported:
2023-09
Content
You can grab a fix here:
XL ($25) and L ($10) tiers:
v0.17.6
https://www.patreon.com/posts/85821443
or v0.16.12
M ($5) tier:
v0.14.15 (
https://www.patreon.com/posts/83714524
)
or you can just edit this line in cell 1.3 via find and replace colab menu:
!python -m pip -q install --ignore-installed Pillow==9.0.0
to be
!python -m pip -q install --ignore-installed Pillow==6.2.2
After that uncheck skip_install, restart and run all.
ModuleNotFoundError: No module named 'timm'
If you're having this error, please go to cell 1.3, uncheck
skip_install
, restart and run all cells.