You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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 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
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
The text was updated successfully, but these errors were encountered:
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-install__2021-03-10__17-21.log
Screenshots
![image](https://user-images.githubusercontent.com/84759/110673978-26b52400-821d-11eb-8ba9-b57957efffd2.png)
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
The text was updated successfully, but these errors were encountered: