Closed rolyp closed 3 years ago
GitHub Actions no longer supports 3.9.7.
conda install python=3.9.8
conda install python=3.9.10
brew install python@3.9
3.9.7
3.9.7_1
brew install python@3.9.8
brew install python@3.10
poetry
pyenv install 3.10.0
pyenv install 3.9.8
pyproject.toml
poetry install
.venv
conda
.zshrc
jsonschema
3.2.0
GitHub Actions no longer supports 3.9.7.
conda install python=3.9.8
:x: version not available from current channelsconda install python=3.9.10
:x: found conflicts (thousands of lines of error message)brew install python@3.9
:x: updates3.9.7
to3.9.7_1
brew install python@3.9.8
:x: No available formula or cask with the namebrew install python@3.10
: already installed and up-to-datepoetry
doesn't know how to find Python 3.10pyenv install 3.10.0
poetry
doesn't know how to find Python 3.10pyenv install 3.9.8
:x: python-build: definition not found: 3.9.8pyproject.toml
to 3.9.8poetry install
doesn't bump Python version: manually delete.venv
folderconda
bullshit from.zshrc
jsonschema
to3.2.0
to avoid altair-viz/altair/issues/2496