When I try to install the api Sqlite3 I get this logs error and it says on the screen a requirements error:
[14:47:49] π Starting up repository: 'GITHUB NAME', branch: 'main', main module: 'app.py'
[14:47:49] π Cloning repository...
[14:47:50] π Cloning into '/app/GITHUBNAME-streamlit'...
[14:47:50] π Cloned repository!
[14:47:50] π Pulling code changes from Github...
[14:47:51] π¦ Processing dependencies...
ββββββββββββββββββββββββββββββββββββββββ pip βββββββββββββββββββββββββββββββββββββββββββ
ERROR: Could not find a version that satisfies the requirement sqlite3 (from versions: none)
ERROR: No matching distribution found for sqlite3
WARNING: You are using pip version 22.0.3; however, version 22.3.1 is available.
You should consider upgrading via the '/home/appuser/venv/bin/python -m pip install --upgrade pip' command.
Checking if Streamlit is installed
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
[14:47:52] βοΈ installer returned a non-zero exit code
[14:47:52] βοΈ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
[14:48:51] π Pulling code changes from Github...
[14:48:52] π¦ Processing dependencies...
ββββββββββββββββββββββββββββββββββββββββ pip βββββββββββββββββββββββββββββββββββββββββββ
ERROR: Could not find a version that satisfies the requirement sqlite3 (from versions: none)
ERROR: No matching distribution found for sqlite3
WARNING: You are using pip version 22.0.3; however, version 22.3.1 is available.
You should consider upgrading via the '/home/appuser/venv/bin/python -m pip install --upgrade pip' command.
Checking if Streamlit is installed
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
[14:48:54] βοΈ installer returned a non-zero exit code
[14:49:29] βοΈ Streamlit server consistently failed status checks
[14:49:29] βοΈ Please fix the errors, push an update to the git repo, or reboot the app.
Here is my Requirements.txt file
sqlite3
streamlit
openai
datetime
gspread