cmer / lg-tv-control-macos

Automatically wake/sleep and change the input of your LG TV when used as a monitor on macOS
129 stars 13 forks source link

pip command not found #33

Closed BawlerPepsi closed 9 months ago

BawlerPepsi commented 9 months ago

zsh: suspended /opt/homebrew/bin/python3 -MacBookPro ~ % brew install python ==> Downloading https://formulae.brew.sh/api/formula.jws.json

=#=

==> Downloading https://formulae.brew.sh/api/cask.jws.json

Warning: python@3.11 3.11.6_1 is already installed and up-to-date. To reinstall 3.11.6_1, run: brew reinstall python@3.11 MacBookPro ~ % pip install pipx

zsh: command not found: pip MacBookPro ~ %

Thanks for the update & email. I have tried the new solution without success. The bolded line i've searched on Google for help and tried a solution, didn't work.

syncr commented 9 months ago

I had the same issue and was able to install pipx by running pip3 install pipx. You may have previously replaced your pip with pip3

BawlerPepsi commented 9 months ago

I had the same issue and was able to install pipx by running pip3 install pipx. You may have previously replaced your pip with pip3

I installed it successfully and this shows after I've retried doing it to make sure it's installed.

"Requirement already satisfied: pipx in /opt/homebrew/lib/python3.11/site-packages (1.3.3) Requirement already satisfied: argcomplete>=1.9.4 in /opt/homebrew/lib/python3.11/site-packages (from pipx) (3.2.1) Requirement already satisfied: packaging>=20 in /opt/homebrew/lib/python3.11/site-packages (from pipx) (23.2) Requirement already satisfied: platformdirs>=2.1 in /opt/homebrew/lib/python3.11/site-packages (from pipx) (4.1.0) Requirement already satisfied: userpath!=1.9.0,>=1.6 in /opt/homebrew/lib/python3.11/site-packages (from pipx) (1.9.1) Requirement already satisfied: click in /opt/homebrew/lib/python3.11/site-packages (from userpath!=1.9.0,>=1.6->pipx) (8.1.7) MacBookPro ~ % "

Then i put in the first code to install

"pip install pipx"

then this showed

"zsh: command not found: pip"

cmer commented 9 months ago

try pip3