報(bào)錯(cuò)xlrd.biffh.XLRDError: Excel xlsx file; not supported
導(dǎo)致原因:同時(shí)在電腦上安裝了py2和py3導(dǎo)致的
處理辦法:卸載已經(jīng)安裝xlrd,重新指定安裝
pip install xlrd==1.2.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
報(bào)錯(cuò)xlrd.biffh.XLRDError: Excel xlsx file; not supported
導(dǎo)致原因:同時(shí)在電腦上安裝了py2和py3導(dǎo)致的
處理辦法:卸載已經(jīng)安裝xlrd,重新指定安裝
pip install xlrd==1.2.0 -i https://pypi.tuna.tsinghua.edu.cn/simple