Closed oxwivi closed 6 years ago
Not specifying --frappe-branch master
leads to a successful bench init
:
frappe@ubuntu:~$ bench init /home/frappe/frappe-bench
INFO:bench.utils:virtualenv -q env -p /usr/bin/python
Already using interpreter /usr/bin/python
INFO:bench.utils:./env/bin/pip -q install --upgrade pip
INFO:bench.utils:./env/bin/pip -q install wheel
INFO:bench.utils:./env/bin/pip -q install six
INFO:bench.utils:./env/bin/pip -q install -e git+https://github.com/frappe/python-pdfkit.git#egg=pdfkit
INFO:bench.app:getting app frappe
INFO:bench.utils:git clone https://github.com/frappe/frappe.git --origin upstream
Cloning into 'frappe'...
remote: Counting objects: 143469, done.
remote: Compressing objects: 100% (28/28), done.
remote: Total 143469 (delta 8), reused 11 (delta 4), pack-reused 143437
Receiving objects: 100% (143469/143469), 140.73 MiB | 959.00 KiB/s, done.
Resolving deltas: 100% (108140/108140), done.
Checking connectivity... done.
('installing', u'frappe')
INFO:bench.app:installing frappe
INFO:bench.utils:/home/frappe/frappe-bench/env/bin/pip install -q -e /home/frappe/frappe-bench/apps/frappe --no-cache-dir
Updating node packages...
INFO:bench.utils:yarn install
yarn install v1.5.1
[1/4] Resolving packages...
[2/4] Fetching packages...
info There appears to be trouble with your network connection. Retrying...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 256.97s.
> frappe@ production /home/frappe/frappe-bench/apps/frappe
> FRAPPE_ENV=production node rollup/build.js
Production mode
✔ Built js/libs.min.js
Building frappe assets...
✔ Built js/print_format_v3.min.js
✔ Built css/module.min.css
✔ Built css/form.min.css
✔ Built frappe/css/email.css
✔ Built js/web_form.min.js
✔ Built js/dialog.min.js
✔ Built css/frappe-rtl.css
✔ Built css/web_form.css
✔ Built css/list.min.css
✔ Built css/report.min.css
✔ Built js/frappe-web.min.js
Node#moveTo was deprecated. Use Container#append.
✔ Built css/frappe-web.css
✔ Built js/report.min.js
✔ Built js/form.min.js
✔ Built js/control.min.js
✔ Built js/list.min.js
✔ Built js/desk.min.js
✔ Built css/desk.min.css
✨ Done in 599.508s
INFO:bench.utils:setting up backups
no crontab for frappe
INFO:bench.utils:setting up auto update
no crontab for frappe
Bench /home/frappe/frappe-bench initialized
Please setup on 64bit Arch!
If bench
does not support 32-bit, both the documentation and ERPNext installation instructions should mention it. And as you've seen on the ERPN forum, the dev
version of Frappe (which gets installed if branch
is not specified) worked perfectly well on armhf
, which is 32-bit.
--frappe-branch master
attempts toinstall chromedriver@2.37.0
which fails becauseOnly Linux 64 bits supported.
This is the
install.py
error output:Manually running
bench init /home/frappe/frappe-bench --frappe-branch master
for a more readable output: