Whenever I try running the command in the terminal on a M2 Macbook:
brew install pros-cli
The following error happens:
==> /opt/homebrew/Cellar/pros-cli/3.4.1/libexec/bin/pip install -v --no-deps --n
Last 15 lines from /Users/connor/Library/Logs/Homebrew/pros-cli/13.pip:
else:
filename = "<auto-generated setuptools caller>"
setup_py_code = "from setuptools import setup; setup()"
exec(compile(setup_py_code, filename, "exec"))
'"'"''"'"''"'"' % ('"'"'/private/tmp/pros-cli--pyzmq-20230209-93090-nvg3jt/pyzmq-20.0.0/setup.py'"'"',), "<pip-setuptools-caller>", "exec"))' egg_info --egg-base /private/tmp/pip-pip-egg-info-hubc200r
cwd: /private/tmp/pros-cli--pyzmq-20230209-93090-nvg3jt/pyzmq-20.0.0/
Preparing metadata (setup.py): finished with status 'error'
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/purduesigbots/homebrew-pros/issues
I have attached the full command line output:
pros_log.txt.zip (4.1 KB)