We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yo, could someone help me with this issue, thanks.
The text was updated successfully, but these errors were encountered:
Same error:
And when I check the /usr/bin folder I have python3 installed (which installs by default from xcode or brew install python):
/usr/bin
brew install python
How can you fix this problem?
Sorry, something went wrong.
MacOS 12.3+ removed python 2, therefor it needs to be installed manually. i recommend pyenv, just use https://brew.sh to install it
brew install pyenv pyenv install 2.7.18 pyenv install 3.10.4 pyenv global 2.7.18 3.10.4
MacOS 12.3+ removed python 2, therefor it needs to be installed manually. i recommend pyenv, just use brew.sh to install it
@CrafterPika this works thank you!
No branches or pull requests
Yo, could someone help me with this issue, thanks.
The text was updated successfully, but these errors were encountered: