tdsmith / homebrew-ham

MIT License
12 stars 11 forks source link

brew install fails #3

Closed krisrice closed 7 years ago

krisrice commented 7 years ago

The install via brew fails with the following on Sierra 10.12.6

==> python -c import setuptools... --no-user-cfg install --prefix=/tmp/chirp--homebrew-virtualenv-20170828-67100-xs4adb/target --sin Last 15 lines from /Users/klrice/Library/Logs/Homebrew/chirp/01.python: --no-user-cfg install --prefix=/tmp/chirp--homebrew-virtualenv-20170828-67100-xs4adb/target --single-version-externally-managed --record=installed.txt

Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/site-packages/setuptools/init.py", line 10, in from setuptools.extern.six.moves import filter, map File "/usr/local/lib/python2.7/site-packages/setuptools/setuptools/init.py", line 160, in monkey.patch_all() File "/usr/local/lib/python2.7/site-packages/setuptools/setuptools/monkey.py", line 48, in patch_all distutils.core.Command = setuptools.Command AttributeError: 'module' object has no attribute 'Command'

tdsmith commented 7 years ago

Hmm! I'll try this when I get home tonight to make sure it still works for me. Can you share the output of brew doctor?

tdsmith commented 7 years ago

I couldn't reproduce this, sorry.