purduesigbots / homebrew-pros

Homebrew tap for PROS
2 stars 1 forks source link

Error: Command returned non-zero exit status 1 #5

Open AnonymousVikram opened 3 years ago

AnonymousVikram commented 3 years ago

I was trying to install pros through homebrew, using the command: brew install --cask pros-editor

The output was:


==> python3 -m venv /usr/local/Cellar/pros-cli/3.1.4/libexec
Last 15 lines from /Users/vikramkrishna/Library/Logs/Homebrew/pros-cli/01.python3:
2021-02-09 12:39:25 +0800

python3
-m
venv
/usr/local/Cellar/pros-cli/3.1.4/libexec

Error: Command '['/usr/local/Cellar/pros-cli/3.1.4/libexec/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
  https://github.com/purduesigbots/homebrew-pros/issues```

I'm not quite sure what's the issue, and I have no clue how to fix it.