jd4u
December 22, 2020, 8:54pm
1
Easy install setup guide for erpnext installation on Ubuntu 20.04 LTS. With some modification of course
Above thread all the errors faced during installation of ErpNext on Ubuntu 20.04 fresh installed.
Using “sudo” for every command.
pandas 0.24.2 get installed before trying app erpnext installation. But again the installation process tries to install pandas again!!! and fails…
pandas fails with long log, turning the app erpnext installation fail.
Any guidance will be appreciated.
To be honest, Easy install is not yet modified to include Ubuntu 20.04 and as per the documentation :
Note: This script works only on GNU/Linux based server distributions, and has been designed and tested to work on Ubuntu 16.04+, CentOS 7+, and Debian-based systems.
for ubuntu 20.04 or anything more than 16.04, you can use manual install instead as it will be much easier than debugging the easy install script aftermath.
2 Likes
Issue is with the python version. Bump down the python3 version to 3.6 and it would run fine.
1 Like
jd4u
December 23, 2020, 8:57am
4
I appreciate the approach suggested with facts.
Selection of EasyInstall was done for production usage. Most steps found for manual install suggests few development libs and for development purpose.
It would help if there exists any reference/docs to know production and development difference.
Thank you.
Here is the link to the framework documentation. It is reasonably accurate.
https://frappeframework.com/docs/user/en/installation#pre-requisites
1 Like
trentmu
December 24, 2020, 6:35pm
6
I have a manual sequence here that will work on ubuntu 20.04
jd4u
December 24, 2020, 9:40pm
7
youssef
December 24, 2020, 10:33pm
8
You can also use this documentation from Digital Ocean, it’s a good one
2 Likes