pypa / pipx

Install and Run Python Applications in Isolated Environments

Home Page:https://pipx.pypa.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOs installation fails arm64_sonoma

Alexintosh opened this issue · comments

Describe the bug
Provided instructions to install on macOs do not work correctly with Python 3.8

How to reproduce

  1. run brew install pipx
  2. run pipx ensurepath will output
Traceback (most recent call last):
  File "/Users/<user>/Library/Python/3.8/bin/pipx", line 6, in <module>
    from pipx.main import cli
ModuleNotFoundError: No module named 'pipx'

Expected behavior
Install pipx correctly

@Alexintosh Could you provide the output of which pipx?