I’m using Mac to make the build, MacOS 10.21.1 Sierra
I’ve tried with the build.settings I attached here - and then I also tried with the template you guys offer in the API docs, as a clean slate, and neither work.
Have you manually installed an update to Python lately?
I installed Python 3.x a few weeks ago. I remember not having used CoronaSDK since then and thus haven’t gotten this error since then, so maybe it has something to do with this?
Hello!
May I ask you to run couple tests to help to figure out this issue. In Terminal app. When prompt appears paste following and press Return:
Hey Vlad! Output is as follows:
Traceback (most recent call last): File "/usr/bin/xattr-2.7", line 7, in \<module\> from pkg\_resources import load\_entry\_point ImportError: No module named pkg\_resources
Will try installing Python2.7 and see if that helps
Edit: Nope, I installed HomeBrew and ran brew install python – it installed Python 2.7 but I’m still getting the error when building with Corona. Is there anything else one has to do with Python to get the fix?