Pandas requires version '2.0.1' or newer of 'xlrd' (version '1.2.0' currently installed).
原因:xlrd包需要更高的版本
解决命令:pip install --upgrade xlrd

更多推荐