🚧 Add sample usage of this image.
A list of a few issues encountered during the development of this container for future reference:
- Frappe 10 references croniter==0.3.26 which does not exist
- Solution: Update requirements.txt croniter==0.3.26 to croniter==0.3.29
- References:
- ModuleNotFoundError: No module named 'pip.req' with pip 10 and bench 4
- Solution: Downgrade pip to 9.3
- References:
- Error: Cannot find module 'rollup'
- Solution: Use appropriate Python version (2 for 10, 3 for 11)
- References:
- Error: Cannot find module 'chalk'
- Solution: setup socketio and requirements
- References:
- Error during
bench init frappe-bench
due to missing node modules:- Solution: install modules manually and call
bench setup requirements
- References:
- Solution: install modules manually and call
- Could not find a version that satisfies the requirement croniter==0.3.26:
- Solution: switch to branch v10.x.x for latest bugfixes
- References:
- New site fails while migrating the DocType: DocField with postgres database:
- Solution: none so far...
- References: