"No module named 'frappe.core.doctype.lms_source'" during the installation of the app
Describe the bug Using the docker-compose installation the lms app will be not installed using the init.sh command
To Reproduce Steps to reproduce the behavior:
- Run 'docker-compose up' from 'docker' folder
- See error
Screenshots
Desktop:
- OS: MacBook
- Version latest
+1 I'm also encountering this
Is there not a production branch? Like how Frappe and ERPNext have a version-15, version-14 branch etc... I see a version-13 but no version-15. It seems main is the development branch and is not meant for production. I see the version is also 1.0.0
- 1 i too facing same error in Frappe 15
@thomas550i @KevinFaro @mattiaz88
I found some comment in [your frappe-bench PATH]/apps/lms/lms/lms/doctype/lms_source/lms_source.js.
Just uncomment like this image and run bench --site [your site] install-app lms again.
Run bench --site [your site] uninstall-app lms before install if it needed.