tdsmith / homebrew-ham

MIT License
12 stars 11 forks source link

errors installing chirp #7

Closed ifuchs closed 6 years ago

ifuchs commented 6 years ago

Can anyone please tell me where I have gone wrong in my OSX installation of chirp. This is what I am getting when I attempt 'brew install tdsmith/ham/chirp'

Last 15 lines from /Users/ihf/Library/Logs/Homebrew/chirp/04.pip: File "/usr/local/Cellar/chirp/20170714/libexec/lib/python3.6/site-packages/pip/commands/install.py", line 335, in run wb.build(autobuilding=True) File "/usr/local/Cellar/chirp/20170714/libexec/lib/python3.6/site-packages/pip/wheel.py", line 749, in build self.requirement_set.prepare_files(self.finder) File "/usr/local/Cellar/chirp/20170714/libexec/lib/python3.6/site-packages/pip/req/req_set.py", line 380, in prepare_files ignore_dependencies=self.ignore_dependencies)) File "/usr/local/Cellar/chirp/20170714/libexec/lib/python3.6/site-packages/pip/req/req_set.py", line 634, in _prepare_file abstract_dist.prep_for_dist() File "/usr/local/Cellar/chirp/20170714/libexec/lib/python3.6/site-packages/pip/req/req_set.py", line 129, in prep_for_dist self.req_to_install.run_egg_info() File "/usr/local/Cellar/chirp/20170714/libexec/lib/python3.6/site-packages/pip/req/req_install.py", line 439, in run_egg_info command_desc='python setup.py egg_info') File "/usr/local/Cellar/chirp/20170714/libexec/lib/python3.6/site-packages/pip/utils/init.py", line 707, in call_subprocess % (command_desc, proc.returncode, cwd)) pip.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-pcva7dyg-build/

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):

tdsmith commented 6 years ago

Can you run brew gist-logs chirp and share the result?

squeezeday commented 6 years ago

Same issue here, here's my gist https://gist.github.com/anonymous/62590b145aadf7d8bd16f4992db80cb7

Thanks in advance!

tdsmith commented 6 years ago

Whoops, this was because of the recent Homebrew python changes. Fixed by 878bb2683e78996c396fa2496d3c554a3c0ce340. Thanks for reporting!