728x90
반응형

error 15

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

우분투 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

Ubuntu balena-etcher dpkg install(error) / uninstall

1. Install 2. Uninstall Install$ sudo dpkg -i balena-etcher_2.1.4_amd64.deb [ Execution log ]gangserver@RC530-U0110:~$ sudo dpkg -i balena-etcher_2.1.4_amd64.deb Selecting previously unselected package balena-etcher.(데이터베이스 읽는중 ...현재 176722개의 파일과 디렉터리가 설치되어 있습니다.)Preparing to unpack balena-etcher_2.1.4_amd64.deb ...Unpacking balena-etcher (2.1.4) ...dpkg: 종속성 문제로 balena-etcher의 구성이 차단되었습니다: bal..

OS/Ubuntu 2026.01.11

libQt5PrintSupport.so.5 error when running double commander (doublecmd) qt version on Ubuntu 24.04

[ Error message at runtime ]gangserver@RC530-U0922:~/app/doublecmd_qt$ ./doublecmd./doublecmd: error while loading shared libraries: libQt5PrintSupport.so.5: cannot open shared object file: No such file or directory [ Solution ]Install libqt5pas1$ sudo apt install libqt5pas1 [ Execution Log ]gangserver@RC530-U0922:~/app/doublecmd_qt$ sudo apt install libqt5pas1패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중..

OS/Ubuntu 2025.09.22

CentOS Stream 9 Microsoft Edge rpm install error (liberation-fonts)

1. Download Edgehttps://www.microsoft.com/edge/business/download 비즈니스용 Microsoft Edge 다운로드 및 배포Download and Deploy Microsoft Edge for Business조직에 대한 최신 버전의 비즈니스용 Microsoft Edge를 다운로드하여 배포합니다. 이 빠르고 안전한 엔터프라이즈 브라우저를 Windows, Mac 또는 Linux에서 다운로드하세요.www.microsoft.com - Download the last > Linux > Linux(.rpm) version : 140.0.3485.81Download file name : microsoft-edge-stable-140.0.3485.81-1.x86_64.rp..

OS/CentOS 2025.09.22

Ubuntu 24.04 Double Commander Qt version execution error - libQt5PrintSupport.so.5

[ Error message ]gangserver@S550-PFB5L:~/app/doublecmd_qt$ ./doublecmd./doublecmd: error while loading shared libraries: libQt5PrintSupport.so.5: cannot open shared object file: No such file or directory [ Solution ]Install libqt5pas-dev.$ sudo apt install libqt5pas-dev [ Install log ]gangserver@S550-PFB5L:~/app/doublecmd_qt$ sudo apt install libqt5pas-dev패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중입니다...

OS/Ubuntu 2025.03.03

Ubuntu double commander qt5 libQt5Pas.so.1 error

double commander qt5 version libQt5Pas.so error"error while loading shared libraries: libQt5Pas.so.1: cannot open shared object file: No such file or directory" install libqt5pas-dev$ sudo apt install libqt5pas-dev [ Execution log ]$ sudo apt install libqt5pas-dev패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중입니다... 완료상태 정보를 읽는 중입니다... 완료 다음의 추가 패키지가 설치될 것입니다 : libqt5pas1 libqt5printsupport5t64제안하는 ..

OS/Ubuntu 2025.02.21

윈도우(Windows) hnswlib 설치 오류 (install error) - Microsoft Visual C++ Build Tools

[ 오류 로그 ] > pip install -r requirements.txt ... Building wheel for hnswlib (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for hnswlib (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [5 lines of output] running bdist_wheel running build running build_ext building 'hnswlib' extension error: Microsoft Visual C++ 14.0 or gre..

개발/Python 2025.01.22
728x90
반응형