Bare `pip3` can point to a different Python installation than `python3`. On the reporter's macOS, python3 was 3.14 but pip3 was linked to 3.9, causing "no matching distribution" since skill-seekers requires >=3.10. Using `python3 -m pip` guarantees the same interpreter that passed the version check is the one performing the install. Closes #301 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
21 KiB
Executable File
21 KiB
Executable File