전체 글 (71) 썸네일형 리스트형 "glfw error: x11: the display environment variable is missing" 오류 해결법 현상 Ubuntu환경에서 point cloud 데이터를 Open3d로 plot하다가 이러한 에러가 발생했다. glfw error: x11: the display environment variable is missing 해결법 아래와 같이 package를 설치하면 해결할 수 있다. sudo apt-get install libglfw3 sudo apt-get install libglfw3-dev 참고 https://shnoh171.github.io/gpu%20and%20gpu%20programming/2019/08/26/installing-glfw-on-ubuntu.html qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. 해결방법 현상 파이썬에서 matplotlib를 import하다보면 아래와 같은 error 메세지가 발생한다. qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. 해결 Dependency문제로, 아래의 명령어를 입력해서 package를 설치하면 된다. sudo apt-get install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev 출처 1. https://stackoverflow.com/questions/68036484/qt6-qt-qpa-plugin-.. 파이참 visual studio 단축키 (키맵) 설정 방법 현상 파이참하고 Visual studio하고 단축키가 달라서 불편한 일이 발생해서 파이참 단축키를 비주얼 스튜디오처럼 변경함. 해결 ① File-Setting (Ctrl + Alt + s)로 Settings 창에서 Plugins로 가서 visual studio keymap으로 검색하고 Install 버튼을 누른다. ② Settings창에서 Keymap으로 이동하고 아래 사진과 같이 Visual studio로 설정한다. ③ 기존 파이참은 Shift + F11로 코드를 돌렸지만, 이제 Ctrl + F5를 누르면 Visual studio처럼 코드가 run하는 것을 확인할 수 있다. 참고 1. https://www.sysnet.pe.kr/2/0/12752 이전 1 ··· 18 19 20 21 22 23 24 다음