Install ERPNext on 16.04

Hi all ,
when i try to setup ERPNext on Ubuntu 16.04 i got this error

I use this step by step tutorial and it works every time.

1 Like

i did the same by this and it give me the same error

Is this a clean install of Ubuntu? If it isn’t, you may want to consider putting it in a Docker container. Step by step found here.

It is a clean install of Ubuntu
do you know what this error mean ?

Try using python3.

Try to install manually it will work

Your output advises ‘please check the permissions and owner of directory’

So try this:

sudo python install.py --production

rather than run this:

python install.py --production

edit: This too recommends sudo for that command GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps

1 Like