dotly icon indicating copy to clipboard operation
dotly copied to clipboard

Errores en la instalaciΓ³n de Dotly

Open gtorres04 opened this issue 1 year ago β€’ 2 comments

He tenido errores en la instalaciΓ³n de Dotly que me alarman, sobre todo por desconocimiento el entorno no funcione como espero.

  1. ΒΏPorque me da errores en la secciΓ³n " > Installing needed gnu packages"? a pesar de que hago un "brew bundle dump" y me los muestra como instalados
<β–Έ> ~ brew bundle dump
==> Downloading https://formulae.brew.sh/api/formula.jws.json
##O#-  #
<β–Έ> ~ cat Brewfile
tap "denisidoro/tools"
tap "homebrew/bundle"
tap "homebrew/services"
brew "bash"
brew "bat"
brew "coreutils"
brew "exa"
brew "findutils"
brew "fzf"
brew "gnu-sed"
brew "hyperfine"
brew "make"
brew "mas"
brew "navi"
brew "[email protected]"
brew "tldr"
brew "zsh"
brew "denisidoro/tools/docpars"
  1. ¿Porque me dice "❌ python could not be installed" si me aparece en el listado de brew?

Quedo atento.


Installation:

% bash <(curl -s https://raw.githubusercontent.com/CodelyTV/dotly/HEAD/installer)
  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
~ β”‚ πŸš€ Welcome to the dotly installer! β”‚ ~
  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

πŸ€” Where do you want your dotfiles to be located? (default ~/.dotfiles): ~/.dotfiles_dotly
 > Ok! dotfiles will be located in: /Users/gerlin.torres/.dotfiles_dotly
 > Initializing your dotfiles git repository
 > Cloning dotly
 > Installing dotly dependencies
 > 🍎 Setting up macOS platform
 > Installing needed gnu packages
Error: No such keg: /opt/homebrew/Cellar/bash
Error: No such keg: /opt/homebrew/Cellar/zsh
Error: No such keg: /opt/homebrew/Cellar/coreutils
Error: No such keg: /opt/homebrew/Cellar/make
Error: No such keg: /opt/homebrew/Cellar/gnu-sed
Error: No such keg: /opt/homebrew/Cellar/findutils
Error: No such keg: /opt/homebrew/Cellar/bat
Error: No such keg: /opt/homebrew/Cellar/hyperfine
 > Installing mas
/opt/homebrew/Cellar/mas/1.8.6/bin/mas
/opt/homebrew/Cellar/mas/1.8.6/etc/bash_completion.d/mas
/opt/homebrew/Cellar/mas/1.8.6/share/fish/vendor_completions.d/mas.fish
==> Tapping denisidoro/tools
Cloning into '/opt/homebrew/Library/Taps/denisidoro/homebrew-tools'...
remote: Enumerating objects: 207, done.
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 207 (delta 3), reused 9 (delta 2), pack-reused 195
Receiving objects: 100% (207/207), 43.85 KiB | 680.00 KiB/s, done.
Resolving deltas: 100% (67/67), done.
Tapped 4 formulae (15 files, 56.6KB).
==> Fetching denisidoro/tools/docpars
==> Downloading https://github.com/denisidoro/docpars/releases/download/v0.2.0/docpars-v0.2.0-x86_64-os
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/27209
################################################################################################ 100.0%
==> Installing docpars from denisidoro/tools
🍺  /opt/homebrew/Cellar/docpars/0.2.0: 3 files, 1.7MB, built in 4 seconds
==> Running `brew cleanup docpars`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
βœ… docpars installed
❌ python could not be installed
 > Creating dotfiles structure
βœ” Done!
 > Backing up existing dotfiles
 > Setting up symlinks
βœ” Done!
 > Installing Zim
) git-info: Installed
) completion: Installed
) environment: Installed
) input: Installed
) zsh-autosuggestions: Installed
) zsh-syntax-highlighting: Installed
Done with install. Restart your terminal for changes to take effect.
 > Installing completions

 > Now restart your terminal
 > Executing custom restoration scripts
 > πŸŽ‰ dotly installed correctly! πŸŽ‰
 > Please, restart your terminal to see the changes

Errores como:

 > Installing needed gnu packages
Error: No such keg: /opt/homebrew/Cellar/bash
Error: No such keg: /opt/homebrew/Cellar/zsh
Error: No such keg: /opt/homebrew/Cellar/coreutils
Error: No such keg: /opt/homebrew/Cellar/make
Error: No such keg: /opt/homebrew/Cellar/gnu-sed
Error: No such keg: /opt/homebrew/Cellar/findutils
Error: No such keg: /opt/homebrew/Cellar/bat
Error: No such keg: /opt/homebrew/Cellar/hyperfine

y

❌ python could not be installed

gtorres04 avatar Aug 31 '23 11:08 gtorres04

Tengo el mismo problema, se llego a encontrar solucion ?

Mrthnx avatar Sep 17 '23 15:09 Mrthnx

Try with:

brew cleanup --prune-prefix

gtrabanco avatar Sep 17 '23 21:09 gtrabanco