BugFix

PyQt5 이용 시 qt.qpa.plugin 오류 해결
PyQt5 이용 시 qt.qpa.plugin 오류 해결

Python에서 PyQt5 라이브러리를 연동하여 GUI 프로그래밍을 할 때 발생한 “qt.qpa.plugin: Could not find the Qt platform plugin "windows" in "".” 과 같은 오류를 해결하는 방법에 대해 알아봅니다.

WSL에서 libQt5 관련 "No such file or directory" 에러 해결
WSL에서 libQt5 관련 "No such file or directory" 에러 해결

WSL로 설치된 Debian계열 리눅스에서 Qt5 기반 프로그램 실행 시, libQt5*.so 파일과 관련하여 발생하는 cannot access 오류를 해결하는 방법에 대해 알아봅니다.

cudart64_xxx.dll not found 에러 해결
cudart64_xxx.dll not found 에러 해결

TensorFlow 설치 후 이용 시, cudart64_xxx.dll을 찾지 못하는 오류를 해결하는 방법에 대해 알아봅니다.

nvcuda.dll not found 에러 해결
nvcuda.dll not found 에러 해결

TensorFlow 설치 후 이용 시, nvcuda.dll을 찾지 못하는 오류를 해결하는 방법에 대해 알아봅니다.

PowerShell에서 git log, diff 출력 시 한글 깨지는 오류 해결
PowerShell에서 git log, diff 출력 시 한글 깨지는 오류 해결

PowerShell에서 git log나 git diff 출력 시 인코딩 문제로 인해 글자가 깨져 나오는 경우가 있습니다. 이 문제를 해결하는 방법을 알아봅니다.