-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
- i tried to install the requirements but got this error with sqlite3 package
pip install -r requirements.txt
Collecting Flask (from -r requirements.txt (line 1))
Using cached flask-3.1.0-py3-none-any.whl.metadata (2.7 kB)
Collecting Flask-CORS (from -r requirements.txt (line 2))
Using cached flask_cors-5.0.1-py3-none-any.whl.metadata (961 bytes)
ERROR: Could not find a version that satisfies the requirement sqlite3 (from versions: none)
ERROR: No matching distribution found for sqlite3
(venv) /media/steve/parrot/dev/projects/2025/memory (main ✘)✭ ᐅ pip install sqlite3
ERROR: Could not find a version that satisfies the requirement sqlite3 (from versions: none)
ERROR: No matching distribution found for sqlite3
(venv) /media/steve/parrot/dev/projects/2025/memory (main ✘)✭ ᐅ
(venv) /media/steve/parrot/dev/projects/2025/memory (main ✘)✭ ᐅ pip install db-sqlite3
Collecting db-sqlite3
Downloading db-sqlite3-0.0.1.tar.gz (1.4 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting db (from db-sqlite3)
Downloading db-0.1.1.tar.gz (3.4 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting antiorm (from db->db-sqlite3)
Downloading antiorm-1.2.1.tar.gz (171 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.0/172.0 kB 696.1 kB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: db-sqlite3, db, antiorm
Building wheel for db-sqlite3 (pyproject.toml) ... done
Created wheel for db-sqlite3: filename=db_sqlite3-0.0.1-py3-none-any.whl size=1805 sha256=81e65d0603dd6c3e11c250c5b56cf41f945459f3156850b885dd9323dbc08dff
Stored in directory: /home/steve/.cache/pip/wheels/fe/5a/c7/5bc48efba8859978617693442869e925d6f51447c0c9521a53
Building wheel for db (pyproject.toml) ... done
Created wheel for db: filename=db-0.1.1-py3-none-any.whl size=3915 sha256=79d3fdee78f76bf87f1c16d3732d2222e594c372247a08dfa4c0be36eb4c1532
Stored in directory: /home/steve/.cache/pip/wheels/b3/be/81/a4ce37a0114cd102481c28ff6951d63be24e0c3750af04e4e7
Building wheel for antiorm (pyproject.toml) ... done
Created wheel for antiorm: filename=antiorm-1.2.1-py3-none-any.whl size=31708 sha256=4a0c925c966a399586f6bcdb485f7399d486923ca54d16f1a6cf56aaa42c6739
Stored in directory: /home/steve/.cache/pip/wheels/59/f2/19/6d79c922072d86a15f1e89bea01335e989cf0a60038d6b3b1e
Successfully built db-sqlite3 db antiorm
Installing collected packages: antiorm, db, db-sqlite3
Successfully installed antiorm-1.2.1 db-0.1.1 db-sqlite3-0.0.1
(venv) /media/steve/parrot/dev/projects/2025/memory (main ✘)✭ ᐅ pip freeze > requirements.txtReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels