Error while upgrading to V11 because of customization that I don't need

Hello,

I was once testing with customization and it created issues that I am not able to overcome yet during updates. I called this customization “ui_customizaion”. I don’t need it and don’t use it. Can you please guide me on how to completely remove it so that ERPnext does not see it during the bench update process.

The error I received is:
./apps/ui_customization should either be a path to a local project or a VCS url beginning with svn+, git+, hg+, or bzr+
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 9, in
load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)()
File “/home/frappe/bench-repo/bench/cli.py”, line 40, in cli
bench_command()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 664, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 644, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 991, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 837, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 464, in invoke
return callback(*args, **kwargs)
File “/home/frappe/bench-repo/bench/commands/update.py”, line 60, in update
_update(pull, patch, build, bench, auto, restart_supervisor, restart_systemd, requirements, no_backup, force=force, reset=reset)
File “/home/frappe/bench-repo/bench/commands/update.py”, line 76, in _update
update_requirements(bench_path=bench_path)
File “/home/frappe/bench-repo/bench/utils.py”, line 435, in update_requirements
install_app(app, bench_path=bench_path)
File “/home/frappe/bench-repo/bench/app.py”, line 171, in install_app
find_links=find_links))
File “/home/frappe/bench-repo/bench/utils.py”, line 159, in exec_cmd
raise CommandFailedError(cmd)
bench.utils.CommandFailedError: ./env/bin/pip install -q -e ./apps/ui_customization

Can you please help to go around this?

By the way, I have another test server that upgraded from V10 to V11 without issues.

Regards,
Ahmed

1 Like

is this an external app?

Yes this suggests and external app correct?

./apps/ui_customization

In which case this may help Uninstall & remove Apps

1 Like

Hello, yes it’s an external app. I made it for testing customization, and it was a mistake!

Thanks removing my appd from sites/apps.txt helped to move on through the update.
Unfortunately I ran into another issue, but it’s not related to customizaiton so I will post it somewhere else.

Thanks for the quick help.
Regards,
Ahmed

1 Like

Glad to hear you were successful!

Thanks a lot. Do you think you can help me with Error during V10 to V11 update as well ?