Hi Jared,
Repeated “Zephyr Tools: Init Repo”. Still, the same error. Re-installed Zephyr Tools and performed “Zephyr Tools: Init Repo” after “.zephyrtools” removal. Unfortunately, still go the same error.
Environment: iMac running macOS Sequoia 15.7.2. The Zephyr Tools installation seems to be successful:
Requirement already satisfied: PyYAML>=6.0 in /Users/pioneer15/.zephyrtools/env/lib/python3.14/site-packages (from -r /Volumes/PioneerD/2026_dev/dojo/zephyr/scripts/requirements-base.txt (line 11)) (6.0.3)
Requirement already satisfied: pykwalify in /Users/pioneer15/.zephyrtools/env/lib/python3.14/site-packages (from -r /Volumes/PioneerD/2026_dev/dojo/zephyr/scripts/requirements-base.txt (line 14)) (1.8.0)
Python environment looks fine, as I can activate the Zephyr Tools virtual env, launch Python and “import pykwalify.core”.
Python 3.14.3 (main, Feb 3 2026, 15:32:20) [Clang 17.0.0 (clang-1700.6.3.2)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pykwalify.core
>>> quit()
(env) pioneer15@pioneer15 dojo % `