본문 바로가기
배움 로그/data science

Python 기본 설치 라이브러리 확인하는 법

by eple 2023. 1. 27.
728x90
반응형

 


sqlite 라이브러리를 사용하기 위해서

pip install sqlite3

명령어를 열심히 활용하였으나 
내가 마주친 건 아래와 같은 Eror

pip install sqlite3 결과
pip install sqlite3

 

열심히 stackoverflow 돌아다녔더니
sqlite3는 Python에
기본으로 포함된 패키지라고...

그럼 기본으로 포함된 패키지는
어디서 확인할 수 있을까?

당연하게도 
공식 문서다 ㅎㅎㅎ

위치: 
Python > Documentation > Library Reference

 

python 공식 문서
python 공식 문서

 

 

The Python Standard Library

While The Python Language Reference describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is distributed with Python. It...

docs.python.org

 

 

댓글