Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] push_to_hub method requires PIL to be installed #1109

Closed
gabrielmbmb opened this issue Jan 22, 2025 · 0 comments · Fixed by #1112
Closed

[BUG] push_to_hub method requires PIL to be installed #1109

gabrielmbmb opened this issue Jan 22, 2025 · 0 comments · Fixed by #1112
Assignees
Labels
bug Something isn't working

Comments

@gabrielmbmb
Copy link
Member

gabrielmbmb commented Jan 22, 2025

Describe the bug

Distiset.push_to_hub method requires PIL to be installed as the dependency is used in _get_card method to check if any column is of type image.

To reproduce

pip install distilabel

Then run any pipeline to generate a Distiset and use push_to_hub method.

Expected behavior

PIL to not be required.

Environment

  • Distilabel Version [e.g. 1.0.0]: 1.5.1
  • Python Version [e.g. 3.11]: 3.12
@gabrielmbmb gabrielmbmb added the bug Something isn't working label Jan 22, 2025
@plaguss plaguss self-assigned this Jan 24, 2025
@plaguss plaguss linked a pull request Jan 24, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants