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

Update README.md Added missing Requirement: xlwt Package #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aiko-psi
Copy link

Added missing Requirement: xlwt Package

Added missing Requirement: xlwt Package
@aiko-psi aiko-psi changed the title Update README.md Update README.md Added missing Requirement: xlwt Package Oct 29, 2017
@sho-87
Copy link
Owner

sho-87 commented Feb 15, 2018

I dont directly import xlwt itself as the Excel writing is done using pandas. I think it would be sufficient to have only pandas installed (which may install xlwt as its own dependency) and not have to manually install xlwt. Can you confirm whether everything works with just pandas and no xlwt?

@seowonchoi
Copy link

seowonchoi commented Feb 12, 2019

I encountered ModuleNotFoundError: No module named 'xlwt' when a task was started, which was fixed after installing xlwt using "conda install xlwt".

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.

3 participants