The solution to this issue is on this post: Mac OS Setup failed - #4 by navdeepghai. Please try to read this post carefully to avoid the issue above. I hope this makes your life easy while installing frappe and erpNext on your mac.
Or you can follow these steps:
- git clone GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps bench-repo
- virtualenv bench-env --python /usr/local/bin/python3
- source bench-env/bin/activate
- sudo pip install -e bench-repo
- bench init frappe-bench
The Problem is the virtual environment for Python on Mac