I am trying to deploy and app. I am using tomillib in requirement.txt. It seems to be tripping up Streamlit when deploying. tomillib is a core python library starting Python 3.11. Shouldn’t Streamlit support a standard Python library? https://docs.python.org/3/library/tomllib.html#module-tomllib
Here’s the error message.
ERROR: Could not find a version that satisfies the requirement tomllib (from versions: none)
ERROR: No matching distribution found for tomllib
WARNING: You are using pip version 22.0.3; however, version 24.0 is available.
You should consider upgrading via the ‘/home/adminuser/venv/bin/python -m pip install --upgrade pip’ command.
Checking if Streamlit is installed