I'm getting the error message:
TypeError: __init__() got an unexpected keyword argument 'hashValue'
when I try to open an xlsx file in openpyxl. Before I write a bug report I'd like to verify that I'm running the right version of openpyxl.
In my requirements.txt I have:
openpyxl==2.3.0-b1
Is this the correct version to be using? Bitbucket has default, 2,3 and 2.4 branches. ReadTheDocs has 2.2.6 as the most recent one. PyPI has 2.3.0 as the most recent version. Which version should I be using?
(FWIW I'm running Python 2.7.6 on Ubuntu 14.04)