requirements for sqlite3

21 views
Skip to first unread message

Team Fusion

unread,
Aug 3, 2022, 12:04:17 PM8/3/22
to Kivy users support
what should i put in requirements in buildozer for sqlite3 

Praanesh Selvaraj

unread,
Aug 3, 2022, 12:07:18 PM8/3/22
to kivy-...@googlegroups.com
On buildozer.spec spec file

in requirements add sqllite3

requirements = sqllite3, python3, kivy

On Wed, 3 Aug, 2022, 9:34 pm Team Fusion, <aidstea...@gmail.com> wrote:
what should i put in requirements in buildozer for sqlite3 

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/e688fd97-840b-4055-afbf-48eab596ec9an%40googlegroups.com.

Robert

unread,
Aug 3, 2022, 2:08:59 PM8/3/22
to Kivy users support
sqlite3 is a Python system package, no need to add it to requirements, its already in the build.
Adding Python system packages to requirements will create an error.

You can see this error from a command prompt:
> pip3 install sqlite3==
ERROR: Could not find a version that satisfies the requirement sqlite3== (from versions: none)

Reply all
Reply to author
Forward
0 new messages