Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in AMC installation with homebrew #90

Open
mperezinsa opened this issue Mar 21, 2024 · 1 comment
Open

Bug in AMC installation with homebrew #90

mperezinsa opened this issue Mar 21, 2024 · 1 comment

Comments

@mperezinsa
Copy link

Under Mac OS Sonoma 14.4 I get the following error message after a "brew install maelvls/amc/auto-multiple-choice"

==> Fetching maelvls/amc/auto-multiple-choice
==> Downloading https://github.com/maelvls/homebrew-amc/releases/download/auto-multiple-choice-1.5.0/auto-multiple-choice-1.5.0.big_sur.bottle.4.tar.gz
Already downloaded: /Users/mperez/Library/Caches/Homebrew/downloads/cdd213abbc283fa6b9f23adf3e7fefc4f2ff2dc602f6b5cb7435076fa04545f9--auto-multiple-choice-1.5.0.big_sur.bottle.4.tar.gz
==> Installing auto-multiple-choice from maelvls/amc
==> Pouring auto-multiple-choice-1.5.0.big_sur.bottle.4.tar.gz
Error: /usr/local/Cellar/auto-multiple-choice/1.5.0 is not a directory

Any clue ?

@chfarges
Copy link

Hello,
This solved the issue for me:
brew uninstall --force --ignore-dependencies auto-multiple-choice
brew reinstall glib
brew install --build-from-source auto-multiple-choice

The last command takes a while.

Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants