Skip to content

Add Pillow dependency#1242

Open
JoelNiklaus wants to merge 1 commit into
mainfrom
add-pillow-dependency
Open

Add Pillow dependency#1242
JoelNiklaus wants to merge 1 commit into
mainfrom
add-pillow-dependency

Conversation

@JoelNiklaus
Copy link
Copy Markdown
Collaborator

Add Pillow Dependency

Problem

Running lighteval accelerate can fail during task registry initialization with ModuleNotFoundError: No module named 'PIL'.

Root Cause

The built-in MathVista task imports PIL.Image, but Pillow is not declared in the project dependencies.

Solution

Add pillow to the core project dependencies so built-in task discovery has the package it imports.

Co-authored-by: Cursor <cursoragent@cursor.com>
@JoelNiklaus JoelNiklaus requested a review from NathanHB May 21, 2026 13:00
@bot-ci-comment
Copy link
Copy Markdown

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant