bench icon indicating copy to clipboard operation
bench copied to clipboard

Ubuntu 20.04 error out File "/usr/lib/python3.8/subprocess.py", line 364, in check_call

Open skygunner opened this issue 4 years ago • 3 comments

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 image

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

skygunner avatar Mar 10 '21 17:03 skygunner

Having the same problem but on MacOS

Achder avatar Mar 10 '21 22:03 Achder

Facing the same error Screenshot from 2021-05-07 08-46-40

easy-install__2021-05-07__15-07.log

rishikonapure avatar May 07 '21 15:05 rishikonapure

Having same issue on Desktop/WSL versions of Ubuntu and Debian but works perfectly on GCP VM with Ubuntu or Debian.

mubeenmazhar avatar May 15 '21 16:05 mubeenmazhar