报错xlrd.biffh.XLRDError: Excel xlsx file; not supported
导致原因:同时在电脑上安装了py2和py3导致的
处理办法:卸载已经安装xlrd,重新指定安装
pip install xlrd==1.2.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
报错xlrd.biffh.XLRDError: Excel xlsx file; not supported
导致原因:同时在电脑上安装了py2和py3导致的
处理办法:卸载已经安装xlrd,重新指定安装
pip install xlrd==1.2.0 -i https://pypi.tuna.tsinghua.edu.cn/simple