Version 8.2 Python Problem #9929
Unanswered
indiggojorge
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Easiest way right now: brew install python
sudo ln -s -f $(which python3) /usr/local/bin/python Then it should work - ran into this myself, because the alias to python3 when using the system python prompted the XCode tools window every time, and didn't work... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. How can I get version 8.3? I know it's not released yet but I'd like to try it. For some reason, "ns doctor ios" in my project directory shows "WARNING: Couldn't retrieve installed python packages". I am running Mac OS 12.4. I followed the instructions to alias python, install pip and six. Still no success.
Beta Was this translation helpful? Give feedback.
All reactions