Was able to build after I installed these two packages
/usr/local/opt/python/libexec/bin/python -m pip install --break-system-packages PyYAML
brew install pykwalify 2>&1 || pip3 install --break-system-packages pykwalify
Was able to build after I installed these two packages
/usr/local/opt/python/libexec/bin/python -m pip install --break-system-packages PyYAML
brew install pykwalify 2>&1 || pip3 install --break-system-packages pykwalify
So, this works on my arm Mac, my Intel Mac has a large amount of brew packages installed and probably a messed up path. I would think that when you run the nRF terminal it would put the toolkit ahead of those, but may not be happening. so....
/usr/local/opt/python/libexec/bin/python
Hi,
Thank you for confirming. I agree that it would be better (and expected) that the nRF Terminal put the toolchain components first in the path. This has been reported internally but I cannot promise if or when this will be updated.