You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The requirements.txt file needs to be updated to change xldr to xlrd. This is an incorrect library and will cause an issue when trying to run this script.
To Reproduce
Steps to reproduce the behavior:
pip install -r "path_to_requirements.txt"
Expected behavior
All libraries will update/install correctly when called through command line.
The text was updated successfully, but these errors were encountered:
Describe the bug
The requirements.txt file needs to be updated to change xldr to xlrd. This is an incorrect library and will cause an issue when trying to run this script.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All libraries will update/install correctly when called through command line.
The text was updated successfully, but these errors were encountered: