homebysix / recipe-robot

A kick ass tool for creating AutoPkg recipes.
Apache License 2.0
301 stars 28 forks source link

Recipe Robot 2.0.0 dev not finding AutoPkg #162

Closed Honestpuck closed 3 years ago

Honestpuck commented 4 years ago

Describe the bug Running the script and it reports [ERROR] AutoPkg must be installed!

To Reproduce Steps to reproduce the behavior:

  1. Clone and switch to branch 2.0.0. dev
  2. Run ./scripts/recipe-robot --verbose https://www.vysor.io/download/osx
  3. Get error [ERROR] AutoPkg must be installed! and recipe robot returns 1
  4. run autopkg version
  5. Get 2.0.1

Expected behavior Recipe created Desktop (please complete the following information):

Additional context Shell is zsh

homebysix commented 4 years ago

Hi @Honestpuck - Could you also send me the output of which autopkg?

Honestpuck commented 4 years ago

@homebysix Sorry, missed your message. which autopkg: /usr/local/bin/autopkg but I think it might have been a problem due to the Anaconda python since the problem has resolved when I threw it away and went to the Homebrew Python 3.7.6

homebysix commented 3 years ago

Could you try downloading the Recipe Robot 2.0.0 release candidate, and let me know if the issue persists? Thank you!

Honestpuck commented 3 years ago

I can't replicate it any more with either the old 2.0.0 dev or the release candidate. I think it should be closed a a strange anaconda problem.