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

🔧 fix: missing xlrd requirement for .xls files #72

Merged

Conversation

arthurian
Copy link
Contributor

This PR adds xlrd to requirements.txt and requirements.lite.txt. This fixes the following exception that is raised when an .xls file is submitted to the /embed endpoint:

ImportError: Missing optional dependency 'xlrd'. Install xlrd >= 2.0.1 for xls Excel support Use pip or conda to install xlrd.

@danny-avila danny-avila merged commit 9c65628 into danny-avila:main Sep 20, 2024
@arthurian arthurian deleted the bugfix/xls-missing-xlrd-library branch September 20, 2024 21:46
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.

2 participants