728x90
반응형

전체 글 386

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

Ubuntu 24.04 / Error when running PyQt6 application (xcb-cursor0 or libxcb-cursor0)

[ Error message ]qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.Available platform plugins are: eglfs, minimalegl, off..

OS/Ubuntu 2026.03.31

transformers 5.x AttributeError: BertTokenizer has no attribute _convert_token_to_id. Did you mean: 'convert_tokens_to_ids'?

[ Code ]import nlpaug.augmenter.word as nawtexts = [ "Test message",]aug = naw.ContextualWordEmbsAug(model_path="bert-base-uncased", action="insert")augmented_texts = aug.augment(texts) [ Error message ]Traceback (most recent call last): File "/home/gangserver/devel/python/nlpaug_test.py", line 7, in aug = naw.ContextualWordEmbsAug(model_path="bert-base-uncased", action="insert") ..

개발/Python 2026.03.26

Ubuntu 24.04 locate Install / Uninstall

1. Install 2. Uninstall - Error messagegangserver@RC530-U0407:~$ locate libQt6Pasbash: /usr/bin/locate: 그런 파일이나 디렉터리가 없습니다 Install$ sudo apt update$ sudo apt install plocate [ Execution log ]gangserver@RC530-U0407:~$ sudo apt install plocate패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중입니다... 완료상태 정보를 읽는 중입니다... 완료 다음 새 패키지를 설치할 것입니다: plocate0개 업그레이드, 1개 새로 설치, 0개 제거 및 2개 업그레이드 안 함.139 k바이트 아카이브를 ..

OS/Ubuntu 2026.03.09

Ubuntu 24.04 로또 6/45 랜덤 생성 프로그램 (PyQt5 / pyinstaller)

PyQt5 + PyInstaller 를 이용하여 만든로또 6/45와 같은 1 ~ 45까지 랜덤한 숫자 6개를 총 5개 생성하는 프로그램입니다. 티스토리 첨부파일 20MB 용량 제한으로 인해 tar.gz으로 분할 압축되었으니(lotto645.tar.gzaa, lotto645.tar.gzab, lotto645.tar.gzac) 다운로드 후 터미널 실행하여 다운로드한 폴더로 이동 후아래와 같이 tar.gz 분할 압축 해제 명령어 실행하시면lotto645 실행파일이 만들어집니다.이 파일을 실행하시면 됩니다. $ cat lotto645.tar.gz* | tar xvzf - (* 명령어 복사 붙여넣기 시 "출처: ~~~~~~~~~" 이 부분이 붙는 경우"출처" 이후 부분은 삭제 후 위 명령어만 실행하시면 됩니다.혹..

개발/Python 2026.03.06

우분투 24.10 HeidiSQL Qt6 버전 실행 오류 (libQt6Pas.so.6)

HeidiSQL Qt6 버전 실행 시 오류 메시지 $ ./heidisql [ 실행 로그 ]gangserver@RC530-U0110:~/app/heidisql_qt6$ ./heidisql./heidisql: error while loading shared libraries: libQt6Pas.so.6: cannot open shared object file: No such file or directory [ 해결 방안 ]libqt6pas6 또는 libqt6pas-dev를 설치한다. - libqt6pas6 설치$ sudo apt install libqt6pas6 [ 실행 로그 ]gangserver@RC530-U0110:~$ sudo apt install libqt6pas6설치할 패키지: ..

OS/Ubuntu 2026.03.05
728x90
반응형