Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I'm just getting syntax errors when trying to install Pillow

(1 edit) (+1)

How to install Pillow for Blender

  1. Find Blender’s Python:
    • In Blender, go to Edit → Preferences → System → Open Console.
    • In the console, type:

import sys

print(sys.executable)

    • Copy that path — it will look something like:

C:\Program Files\Blender Foundation\Blender 4.3\4.3\python\bin\python.exe

  1. Install Pillow into that Python:
    • Close Blender.
    • Open a Command Prompt (cmd) and run:

"C:\Program Files\Blender Foundation\Blender 4.3\4.3\python\bin\python.exe" -m pip install --upgrade pip

"C:\Program Files\Blender Foundation\Blender 4.3\4.3\python\bin\python.exe" -m pip install Pillow

  1. Restart Blender and try again