Installation fails
Run python3 install.py --production and it fails :(.
easy-install__2020-12-17__11-09.log easy-install__2020-12-17__08-47.log
I can confirm the same error on Ubuntu 20.04.1 LTS
It seems to fail on ModuleNotFoundError: No module named 'erpnext'"
Your docs are soooo unreliable. 90% of issues here are easy install issues.
Same issue here
I am having the same issue.
On Ubuntu 20.04.2, LXC container
Run with: sudo python3 install.py --production --container
Doing a little digging, I see that there is an erpnext folder in /home/frappe/frappe-bench/apps/erpnext, but it does not exist inside of /home/frappe/frappe-bench/env/lib/python3.8/site-packages/, where it is being looked for. I'll try copying it in there and seeing if that does anything