I am currently using PyCharm with Python version 3.4.3 for this particular project.
This PyCharm previously had Python2.7, and I upgraded to 3.4.3.
I am tryi
For me the solution was uninstalling xlrd using pip uninstall xlrd, and then installing it again using pip install xlrd.
xlrd
pip uninstall xlrd
pip install xlrd