Skip to content

Instantly share code, notes, and snippets.

@alwaysasking
alwaysasking / gist:e867dcf1e42e680ab413f030795d9b4e
Created April 4, 2021 18:10
pip install sqlite3 not working--HELP
Working with Command Line in Win64 / Windows 10 Home
Installed SQLite and DB Browser for SQLite
In Command Prompt:
pip install sqlite
pip install SQLite
pip install sqlite3
pip install SQLite3
All give output that "ERROR: Could not find a version that satisfies the requirement"