Git Product home page Git Product logo

Comments (8)

 avatar commented on August 12, 2024 10

Im trying to get up and running with aws-sam-cli with homebrew. I've tried various proposed fixes here and elsewhere on the web but havent been able to make it past the following error:

==> Searching for similarly named formulae...
Error: No similarly named formulae found.
Error: No available formula with the name "[email protected]" (dependency of aws/tap/aws-sam-cli).
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.```

My brew version is `Homebrew 3.1.11-45-g33e71c9`.

I run these commands, and then the ones to install aws.sam-cli,
I got several erros but by executing the same solutions it suggest, at the end, it worked

rm -rf /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core;
brew update

from homebrew-tap.

dudutwizer avatar dudutwizer commented on August 12, 2024 3

Had the same issue, had to remove /opt/homebrew/Library/Taps/homebrew/homebrew-core folder and it solved the issue. Thanks!

from homebrew-tap.

brigandimedacta avatar brigandimedacta commented on August 12, 2024 1

i run brew doctor and fix the warning with the commands that show up.
After the sam-cli installation works.

from homebrew-tap.

zaichang avatar zaichang commented on August 12, 2024

The solution posted by @silvanojulio-haul worked for me

from homebrew-tap.

IgorLumigo avatar IgorLumigo commented on August 12, 2024

Worked for me as well

from homebrew-tap.

jamesiweobi avatar jamesiweobi commented on August 12, 2024

Thank you @silvanojulio-haul your solution worked for me

from homebrew-tap.

lokeshjain2008 avatar lokeshjain2008 commented on August 12, 2024

Thanks , @brigandimedacta brew doctor solved the issue for me.
Below is the output of the it.

Warning: Homebrew/homebrew-core was not tapped properly! Run:
  rm -rf "/opt/homebrew/Library/Taps/homebrew/homebrew-core"
  brew tap homebrew/core

running both commands solved issue for me.

from homebrew-tap.

sadidul012 avatar sadidul012 commented on August 12, 2024

I had to add the below 3 lines into ~/.zshrc after installing python3.8 with brew install --build-from-source [email protected] on my MacBook M1 2020 -

export LDFLAGS="-L/opt/homebrew/opt/[email protected]/lib"
export PKG_CONFIG_PATH="/opt/homebrew/opt/[email protected]/lib/pkgconfig"
export PATH="/opt/homebrew/opt/[email protected]/bin:$PATH"

from homebrew-tap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.