Ubuntu 20.04 error out File "/usr/lib/python3.8/subprocess.py", line 364, in check_call
Issue: Easy Install
Do the checklist before filing an issue:
- [x ] Did you retain the logfile (path of logfile is shared while the script is run)? We definitely need the logfile to debug any easy install related issues.
- [ ] Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome
Distro Information (Required) Linux c2-7-syd1 5.4.0-66-generic #74-Ubuntu SMP Wed Jan 27 22:54:38 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.2 LTS" NAME="Ubuntu" VERSION="20.04.2 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.2 LTS" VERSION_ID="20.04" VERSION_CODENAME=focal UBUNTU_CODENAME=focal
Command Run (Required) sudo python3 install.py --production
Log File (Required) easy-install__2021-03-10__17-21.log
Screenshots

Additional context
First it complains about
ERROR: launchpadlib 1.10.13 requires testresources, which is not installed.
Fixed with
sudo apt install python3-testresources
maybe add this to the script.
Next it complains with
Bench's CLI needs these to be defined!
Run the following commands in shell:
export LC_ALL=C.UTF-8
Maybe just add this one to the script?
Finally it errors out with the one in the log/screenshot.
Possible Solution
Having the same problem but on MacOS
Having same issue on Desktop/WSL versions of Ubuntu and Debian but works perfectly on GCP VM with Ubuntu or Debian.
