gnebbia / kb

A minimalist command line knowledge base manager
GNU General Public License v3.0
3.17k stars 104 forks source link

Error: python@3.8 has been disabled because it is deprecated upstream! It was disabled on 2024-10-14. #115

Open sunsern-k opened 1 week ago

sunsern-k commented 1 week ago

Expected Behavior

It should be successfully installed following the instruction:

brew tap gnebbia/kb https://github.com/gnebbia/kb.git
brew install gnebbia/kb/kb

Actual Behavior

I got an error message as below:

==> Tapping gnebbia/kb
Cloning into '/opt/homebrew/Library/Taps/gnebbia/homebrew-kb'...
remote: Enumerating objects: 2511, done.
remote: Counting objects: 100% (600/600), done.
remote: Compressing objects: 100% (103/103), done.
remote: Total 2511 (delta 533), reused 515 (delta 494), pack-reused 1911 (from 1)
Receiving objects: 100% (2511/2511), 17.90 MiB | 1.58 MiB/s, done.
Resolving deltas: 100% (1797/1797), done.
Tapped 1 formula (126 files, 32.8MB).
==> Fetching dependencies for gnebbia/kb/kb: gdbm, libtommath, tcl-tk and python@3.8
==> Fetching gdbm
==> Downloading https://ghcr.io/v2/homebrew/core/gdbm/manifests/1.24
######################################################################################################################################### 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/gdbm/blobs/sha256:439b678f3befe6e37a2e36c9a8df727137f5a86bdf0fdf6a2e612409ffe1409a
######################################################################################################################################### 100.0%
==> Fetching libtommath
==> Downloading https://ghcr.io/v2/homebrew/core/libtommath/manifests/1.3.0
######################################################################################################################################### 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/libtommath/blobs/sha256:6b17949dbb9a6a751816e0a39f441a6028b680d15960fe3fdb6686721dac70f3
######################################################################################################################################### 100.0%
==> Fetching tcl-tk
==> Downloading https://ghcr.io/v2/homebrew/core/tcl-tk/manifests/9.0.0_1
######################################################################################################################################### 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/tcl-tk/blobs/sha256:ea5cebe7b8904fed9984cf1cae476ded6c6faba100129302cf30ab3681ecb886
######################################################################################################################################### 100.0%
Error: python@3.8 has been disabled because it is deprecated upstream! It was disabled on 2024-10-14.

Steps to Reproduce the Problem

  1. Run the installation steps following the instruction
brew tap gnebbia/kb https://github.com/gnebbia/kb.git
brew install gnebbia/kb/kb
  1. Wait the installation continuing and got an error message:

Error: python@3.8 has been disabled because it is deprecated upstream! It was disabled on 2024-10-14.

Specifications

It would be nice to fix this issue.