This is not a bug report, just a suggestion for windows install instructions. Here's my step-by-step. 0) Optionally, make sure you're running Python 3.11. Otherwise you have a slightly different final step. 1) ``git clone https://github.com/microsoft/vcpkg.git`` 2) Run: ```ps cd vcpkg .\bootstrap-vcpkg.bat .\vcpkg.exe install zlib libjpeg-turbo freetype libwebp libpng tiff $env:VCPKG_ROOT = "C:\Your\Path\To\vcpkg" $env:PKG_ROOT = "$env:VCPKG_ROOT\installed\x64-windows" $env:INCLUDE = "$env:INCLUDE;$env:PKG_ROOT\include" $env:LIB = "$env:LIB;$env:PKG_ROOT\lib" $CC="cl /arch:AVX2" ``` 3) ``pip install -U --force-reinstall pillow-simd``