ModuleNotFoundError: No module named 'frappe'

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:

  1. git clone GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps bench-repo
  2. virtualenv bench-env --python /usr/local/bin/python3
  3. source bench-env/bin/activate
  4. sudo pip install -e bench-repo
  5. bench init frappe-bench

The Problem is the virtual environment for Python on Mac

1 Like