728x90
반응형

분류 전체보기 378

balenaEtcher / balena-etcher / etcher install error (libgdk-pixbuf2.0-0) - Ubuntu 24.04

1. Install 2. Uninstall Install$ sudo dpkg -i balena-etcher_2.1.4_amd64.debor$ sudo apt install ./balena-etcher_2.1.4_amd64.deb [ Execution log ]gangserver@RC530-U0407:~$ sudo dpkg -i ./balena-etcher_2.1.4_amd64.deb[sudo] gangserver 암호: Selecting previously unselected package balena-etcher.(데이터베이스 읽는중 ...현재 261659개의 파일과 디렉터리가 설치되어 있습니다.)Preparing to unpack .../balena-etcher_2.1.4_amd64.deb ...U..

OS/Ubuntu 2026.04.24

Pandas read_excel error : ValueError: Your version of xlrd is 2.0.1. In xlrd >= 2.0, only the xls format is supported. Install openpyxl instead.

[ Code ]import pandas as pddf = pd.read_excel("test.xlsx") [ Error message ]Pandas read_excel error : ValueError: Your version of xlrd is 2.0.1. In xlrd >= 2.0, only the xls format is supported. Install openpyxl instead. [ Reason ]Since xlrd 2.0 and above only supports the xls format and not the xlsx format, install the openpyxl module to process the xlsx format with read_excel in Pandas. [ Solu..

개발/Python 2026.04.11
728x90
반응형