zytedata / zyte-smartproxy-headless-proxy

A complimentary proxy to help to use SPM with headless browsers
MIT License
109 stars 36 forks source link

Brew install problem #45

Open 123fischer opened 3 years ago

123fischer commented 3 years ago

When entering brew install https://raw.githubusercontent.com/scrapinghub/crawlera-headless-proxy/master/crawlera-headless-proxy.rb I receive below error

'brew extract or brew create and brew tap-new to create a formula file in a tap on GitHub instead.: Invalid usage: Non-checksummed download of crawlera-headless-proxy formula file from an arbitrary URL is unsupported!'

barth-loumi commented 3 years ago

Same here ! @123fischer have you figured this out?

realslimshanky commented 2 years ago

Homebrew now requires Github repositories containing recipes to follow a specific naming convention homebrew-* and hence the install command breaks. While that is figured out, try using docker image instead for the mac.

geronsv commented 2 years ago

Try this one:

curl -L https://raw.githubusercontent.com/scrapinghub/crawlera-headless-proxy/master/crawlera-headless-proxy.rb > crawlera-headless-proxy.rb && brew install --HEAD crawlera-headless-proxy.rb