ERROR : OSError: [Errno 2] No such file or directory
OS : CentOS, Debian, Ubuntu (minimal) OPENVZ vps
I got this error when installing EPRNEXT easy install. Error “No such file or directory” without displaying which file or directory.
I found out that the error was because there is no crontab installed.
Solution:
apt-get update
apt-get install cron
retry easy install : GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps
Good Luck!