본문 바로가기

[Python] read_excel 오류 :: install xlrd

Python/Pandas 2020. 11. 19.

반응형

[ Error ]

Missing optional dependency 'xlrd'. Install xlrd >= 1.0.0 for Excel support Use pip or conda to install xlrd.

 

 

[ Solution ]

# pip
pip install xlrd

# conda
conda install -c anaconda xlrd

 

 

 

728x90

Comments