본문 바로가기
카테고리 없음

[Python] ImportError: DLL load failed while importing _sqlite3 에러 해결

by 성딱이 2023. 4. 26.
반응형
0. 상황

32비트 Python 가상환경 구축 후, 쥬피터 커널을 실행 하려는데 다음과 같은 에러가 발생했다.

ImportError: DLL load failed while importing _sqlite3: %1은(는) 올바른 Win32 응용 프로그램이 아닙니다.

 

1. 원인

sqlite 32비트용 DLL 파일이 적용되어야 하는데, DLL폴더 내에 해당파일이 부재하기 때문에 발생한 오류인 것으로 추측

 

2. 해결

SQLite Download Page(클릭) 접속 후 [Precompiled Binaries for Windows]란에 있는 32-bit DLL (x86) for SQLite version를 다운로드 받아서 아래의 경로에 압축을 풀어주면 된다. 

C:/Users/<사용자>/anaconda3/envs/<가상환경명>/Library/DLLs

 

 

끄읏

 

 

 

참고 : https://chunggaeguri.tistory.com/entry/Flask-ImportError-DLL-load-failed-while-importing-sqlite3

 

[ Flask ] ImportError: DLL load failed while importing _sqlite3

개발 환경 Python : Version 3.8 OS : Windows10( 64bit ) Visual Studio Code 에러 문구 ImportError: DLL load failed while importing _sqlite3: 지정된 모듈을 찾을 수 없습니다. 해결 방안 Anaconda3 폴더 내의 DDLs 폴더에 sqlite3.def

chunggaeguri.tistory.com

 

반응형

댓글