frappe / easy_install

Install script for Frappe. ⚠️ This is DEPRECATED and unmaintained. ⚠️
5 stars 8 forks source link

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

Open skygunner opened 3 years ago

skygunner commented 3 years ago

Issue: Easy Install

Do the checklist before filing an issue:

Distro Information (Required) Linux c2-7-syd1 5.4.0-66-generic frappe/bench#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-install2021-03-1017-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

Achder commented 3 years ago

Having the same problem but on MacOS

rishikonapure commented 3 years ago

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

easy-install2021-05-0715-07.log

mubeenmazhar commented 3 years ago

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