해결방법(144)
-
에러코드 2502, 2503 오류 해결 레지스트리 파일
에러코드 2502, 2503 오류 해결 레지스트리 파일 레지스트리 내용 Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Msi.Package\Shell\runas] "HasLUAShield"="" [HKEY_CLASSES_ROOT\Msi.Package\shell\runas\Command] @=hex(2):22,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\ 00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,\ 73,00,69,00,65,00,78,00,65,00,63,00,2e,00,65,00,78..
-
Visual Studio Code(VS Code) - 한글 깨짐, 한글 에러, 한글 인코딩 에러 처리하기 (up to date)
Visual Studio Code(VS Code) - 한글 깨짐, 한글 에러, 한글 인코딩 에러 처리하기 (up to date) · 인코딩 에러 확인 · 인코딩 에러 해결하기 · 인코딩 처리 완료
-
ModuleNotFoundError: No module named 'tensorflow.keras' 해결방법
에러 메시지 ModuleNotFoundError: No module named 'tensorflow.keras' ModuleNotFoundError Traceback (most recent call last) in () 1 import tensorflow as tf ----> 2 from tensorflow.keras.models import Sequential 3 from tensorflow.keras.layers import Dense 4 from tensorflow.keras.optimizers import SGD 5 ModuleNotFoundError: No module named 'tensorflow.keras' 해결방법 패키지 경로를 수정하여 다시 임포트합니다. 수정 전 from tensorf..
-
error: (-213:The function/feature is not implemented) This algorithm is patented and is excluded in this configuration; Set OPENCV_ENABLE_NONFREE CMake option and rebuild the library in function 'cv::xfeatures2d::SIFT::create' 해결방법
에러 메시지 error: (-213:The function/feature is not implemented) This algorithm is patented and is excluded in this configuration; Set OPENCV_ENABLE_NONFREE CMake option and rebuild the library in function 'cv::xfeatures2d::SIFT::create' sift = cv2.xfeatures2d.SIFT_create() cv2.error: OpenCV(4.1.1) C:\projects\opencv-python\opencv_contrib\modules\xfeatures2d\src\sift.cpp:1207: error: (-213:The funct..
-
geopandas 설치시 에러 해결방법 - Complete output (1 lines): A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable. ERROR: Command errored out with..
오류메시지 Complete output (1 lines): A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable. ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. C:\CodeLab>pip install geopandas Collecting geopandas Downloading https://files.pythonhosted.org/pac..
-
ERROR-raise LookupError(resource_not_found), 해결방법
에러 메시지 raise LookupError(resource_not_found)