Skip to content

Instantly share code, notes, and snippets.

@7gs
7gs / gist:cd6cec1214370ab91429579e01e55dbb
Created July 20, 2021 19:47
Streamlit install error
% pip3 install streamlit
Collecting streamlit
Using cached https://files.pythonhosted.org/packages/9e/d1/166239b85b34a688575fe1e5824220cd143d0020a0b75b3451d928df61e9/streamlit-0.84.2-py2.py3-none-any.whl
Requirement already satisfied: altair>=3.2.0 in ./.venv/lib/python3.8/site-packages (from streamlit) (4.1.0)
Requirement already satisfied: python-dateutil in ./.venv/lib/python3.8/site-packages (from streamlit) (2.8.2)
Collecting pillow>=6.2.0 (from streamlit)
Using cached https://files.pythonhosted.org/packages/8f/7d/1e9c2d8989c209edfd10f878da1af956059a1caab498e5bc34fa11b83f71/Pillow-8.3.1.tar.gz
Collecting toml (from streamlit)
Using cached https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl
Collecting pandas<1.3.0,>=0.21.0 (from streamlit)