How can I can Install Version 10 or 11 in my Mac as Developer. I used switch-to-master at different level while installing but facing same issue that I get version 12. or lots of exceptions. need help.
Traceback (most recent call last):
File “/Volumes/Data/Workspace/Python/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 62, in application
response = frappe.api.handle()
File “/Volumes/Data/Workspace/Python/frappe/frappe-bench/apps/frappe/frappe/api.py”, line 56, in handle
return frappe.handler.handle()
File “/Volumes/Data/Workspace/Python/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 20, in handle
data = execute_cmd(cmd)
File “/Volumes/Data/Workspace/Python/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 55, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File “/Volumes/Data/Workspace/Python/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 1026, in call
return fn(*args, **newargs)
File “/Volumes/Data/Workspace/Python/frappe/frappe-bench/apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py”, line 61, in setup_complete
stages = get_setup_stages(args)
File “/Volumes/Data/Workspace/Python/frappe/frappe-bench/apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py”, line 33, in get_setup_stages
stages += get_stages_hooks(args) + get_setup_complete_hooks(args)
File “/Volumes/Data/Workspace/Python/frappe/frappe-bench/apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py”, line 101, in get_stages_hooks
stages += frappe.get_attr(method)(args)
File “/Volumes/Data/Workspace/Python/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 1017, in get_attr
return getattr(get_module(modulename), methodname)
File “/Volumes/Data/Workspace/Python/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 798, in get_module
return importlib.import_module(modulename)
File “/Volumes/Data/Workspace/Python/frappe/frappe-bench/env/lib/python3.7/importlib/init.py”, line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1006, in _gcd_import
File “”, line 983, in _find_and_load
File “”, line 967, in _find_and_load_unlocked
File “”, line 677, in _load_unlocked
File “”, line 728, in exec_module
File “”, line 219, in _call_with_frames_removed
File “/Volumes/Data/Workspace/Python/frappe/frappe-bench/apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py”, line 9, in
from .operations import install_fixtures as fixtures, company_setup, sample_data
File “/Volumes/Data/Workspace/Python/frappe/frappe-bench/apps/erpnext/erpnext/setup/setup_wizard/operations/company_setup.py”, line 8, in
from frappe.utils.file_manager import save_file
ModuleNotFoundError: No module named ‘frappe.utils.file_manager’
If you want V11, install the setup.py script --production. Then go to your site and add developer_mode:1 in your site_config file.
Using --develop with the setup.py file loads the development version of Frappe/ERPnext and doesn’t activate developer mode.