본문 바로가기
Python/Exception

[Python] Dataframe_image OsError: Chrome executable not able to be found on your machine

by 소여물리에 2023. 5. 7.

 

원인

파이썬에서 dataframe_image 사용시 크롬 설치가 안됐을때 뜨는 에러

 

 

 

해결

apt install chromium-chromedriver

 

 

 

 

 

반응형