pypa / pipx

Install and Run Python Applications in Isolated Environments
https://pipx.pypa.io
MIT License
9.51k stars 396 forks source link

macOs installation fails arm64_sonoma #1421

Open Alexintosh opened 1 month ago

Alexintosh commented 1 month ago

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

dukecat0 commented 1 month ago

@Alexintosh Could you provide the output of which pipx?