When installing the app Shopify it shows error

Traceback (innermost last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 57, in application
response = frappe.handler.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 36, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 806, in call
return fn(*args, **newargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/desk/page/applications/applications.py”, line 79, in install_app
frappe.installer.install_app(name)
File “/home/frappe/frappe-bench/apps/frappe/frappe/installer.py”, line 124, in install_app
sync_for(name, force=True, sync_everything=True, verbose=verbose)
File “/home/frappe/frappe-bench/apps/frappe/frappe/model/sync.py”, line 49, in sync_for
update_progress_bar(“Updating {0}”.format(app_name), i, l)
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/init.py”, line 331, in update_progress_bar
sys.stdout.flush()
IOError: [Errno 32] Broken pipe

When again trying to install it shows duplicate error


When searching for shopify setting it shows this error.

I have completed the website except the shopping the cart and price list facility. Please help me in completing this.

Hi Dhamu,

You will need to install shopify app from command line for now.

cd /home/frappe/frappe-bench/
bench get-app erpnext_shopify https://github.com/frappe/erpnext_shopify.git
bench --site sitename install-app erpnext_shopify

HI Thanks for your reply I will Try this and revert you back

Hi

When giving the first command it shows this error
frappe@erpnext:~/frappe-bench$ bench get-app erpnext_shopify GitHub - frappe/erpnext_shopify: [Deprecated] Shopify connector for ERPNext
INFO:bench.app:getting app erpnext_shopify
fatal: destination path ‘erpnext_shopify’ already exists and is not an empty directory.
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 9, in
load_entry_point(‘bench==0.92’, ‘console_scripts’, ‘bench’)()
File “/home/frappe/bench-repo/bench/cli.py”, line 60, in cli
bench()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 716, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 696, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 534, in invoke
return callback(*args, **kwargs)
File “/home/frappe/bench-repo/bench/cli.py”, line 175, in get_app
_get_app(name, git_url, branch=branch)
File “/home/frappe/bench-repo/bench/app.py”, line 52, in get_app
cwd=os.path.join(bench, ‘apps’))
File “/home/frappe/bench-repo/bench/utils.py”, line 105, in exec_cmd
raise CommandFailedError(cmd)
bench.utils.CommandFailedError: git clone GitHub - frappe/erpnext_shopify: [Deprecated] Shopify connector for ERPNext --depth 1 --origin upstream erpnext_shopify

delete the frappe-bench/apps/erpnext_shopify folder and try again.

Hi @anand Thanks for your reply.
I have removed the folders from terminal but forget to remove the modules from erp so it shows this error. how to clear this.

How can i remove the modules through terminal.

Hi I have used rm -rf erpnext_shopify to delete a folder
Is there any code for safe delete a erpnext_shopify folder from terminal.