반응형
ERROR: Could not find a version that satisfies the requirement sqlite3 (from versions: none)
ERROR: No matching distribution found for sqlite3
sqlite 3 설치과정이에 위와 같은 에러가 뜨네요 ㅠ
저는 conda 가상환경을 주로 사용하기 때문에 pip install 말고 conda install 방식을 사용하여 해결하였습니다.
아래 코드를 사용하여 에러가 발생하였다면,
pip install sqlite3
conda install을 아래 코드와 같이 사용해보세요
conda install blaze::sqlite3
반응형
'python' 카테고리의 다른 글
TypeError: Object of type ndarray is not JSON serializable (0) | 2024.07.31 |
---|---|
ProgrammingError: Cannot operate on a closed cursor. (0) | 2024.07.28 |
파이썬 유튜브 영상 다운로드 (0) | 2024.06.26 |
Error: must be real number, not NoneType. moviepy (0) | 2024.06.19 |
AttributeError: module 'openai' has no attribute 'OpenAI' (1) | 2024.06.02 |
댓글