Dear Carey, There are confusingly many different ways of installing python packages. They usually run the setup.py, in addition to a bunch of other things. You can install you-get with pip. doas pkg_add python%3.10 # or python%3.11 python3 -m ensurepip pip install --user you-get Your obedient servant, Andre