From 2e38a56f26b873e235db715a64149b5b7129d2d8 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Mon, 7 Nov 2022 22:13:22 -0800 Subject: [PATCH] Added instructions for python 3.11/pipx --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d252f836..83fbe8a4 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,11 @@ Once you've installed osxphotos with pipx, to upgrade to the latest version: pipx upgrade osxphotos +If you get an error during the installation, it's possible `pipx` attempted to install osxphotos with python 3.11 which osxphotos is not yet compatible with. In that case, try the following: + +* `brew install python@3.10` +* `pipx install --python python3.10 osxphotos` + ### Installation using pip You can also install directly from [pypi](https://pypi.org/project/osxphotos/):