axmolengine / axmol

Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP) and Mobile games. (A fork of Cocos2d-x-4.0)
https://axmol.dev
MIT License
922 stars 205 forks source link

axmolengine - python version issue. #1058

Closed ashK7 closed 1 year ago

ashK7 commented 1 year ago

Hello, I want to use the latest version of axmolengine. Now I wanted to know in my system has a python version is 2.7.17. So can I use axmolengine smoothly? I am using mac os big sur 11.3.1.

halx99 commented 1 year ago

Please install python3 via brew

ashK7 commented 1 year ago

@halx99 Thank you for your all-time replay. Now I am using make M1 so do you have any references on how to use brew to update my Python version? And what will be the process I need to uninstall the older version of python or install a newer one? Or I can directly update my python. I didn't use a Brew. but I will use it if required Again thank you for the reply and help..

halx99 commented 1 year ago
# install brew acoording to brew website
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# install python3
brew install python3
halx99 commented 1 year ago

You don't need uninstall older one

ashK7 commented 1 year ago

okay @halx99 brother