Easy install script with Ubuntu 20.10 : Errors

I am facing an issue with easy install script while trying to follow the steps mentioned at https://github.com/frappe/bench/blob/develop/docs/easy_install.md

Env: Ubuntu 20.10 on VirtualBox (Fresh Install) on Mac host via SSH

While running the command
sudo python3 install.py --develop --version 12
or
sudo python3 install.py --develop --user ash_erp

Getting the error below

Please advise.
Thanks!

@AshishSaretia
Refer this link

Did you find any solution? I’m having the same problem on Ubutu desktop but on GCP VM Ubuntu I’m able to install using Following steps:

sudo apt update && sudo apt upgrade --yes

sudo adduser erp

sudo usermod -aG sudo erp

su erp

export LC_ALL=C.UTF-8

sudo wget https://raw.githubusercontent.com/frappe/bench/develop/install.py

sudo python3 install.py --verbose --production --user erp --frappe-branch version-13 --erpnext-branch version-13

1 Like

Nope. This doesn’t work either.

BKM