whitelabel icon indicating copy to clipboard operation
whitelabel copied to clipboard

in master branch error

Open mohsinalimat opened this issue 1 year ago • 0 comments

Getting whitelabel $ git clone https://github.com/bhavesh95863/whitelabel --depth 1 --origin upstream Cloning into 'whitelabel'... remote: Enumerating objects: 35, done. remote: Counting objects: 100% (35/35), done. remote: Compressing objects: 100% (27/27), done. remote: Total 35 (delta 0), reused 24 (delta 0), pack-reused 0 Unpacking objects: 100% (35/35), 12.13 KiB | 730.00 KiB/s, done. Ignoring dependencies of https://github.com/bhavesh95863/whitelabel. To install dependencies use --resolve-deps Installing whitelabel $ /home/frappe/v13-bench/env/bin/python -m pip install --quiet --upgrade -e /home/frappe/v13-bench/apps/whitelabel error: subprocess-exited-with-error

× Getting requirements to build editable did not run successfully. │ exit code: 1 ╰─> [23 lines of output] Traceback (most recent call last): File "/home/frappe/v13-bench/env/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in main() File "/home/frappe/v13-bench/env/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main json_out['return_val'] = hook(**hook_input['kwargs']) File "/home/frappe/v13-bench/env/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 132, in get_requires_for_build_editable return hook(config_settings) File "/tmp/pip-build-env-_j495m5b/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 450, in get_requires_for_build_editable return self.get_requires_for_build_wheel(config_settings) File "/tmp/pip-build-env-_j495m5b/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 341, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=['wheel']) File "/tmp/pip-build-env-_j495m5b/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 323, in _get_build_requires self.run_setup() File "/tmp/pip-build-env-_j495m5b/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 487, in run_setup super(_BuildMetaLegacyBackend, File "/tmp/pip-build-env-_j495m5b/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 338, in run_setup exec(code, locals()) File "", line 8, in File "/home/frappe/v13-bench/apps/whitelabel/whitelabel/init.py", line 3, in import frappe File "/home/frappe/v13-bench/apps/frappe/frappe/init.py", line 21, in import click ModuleNotFoundError: No module named 'click' [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× Getting requirements to build editable did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Traceback (most recent call last): File "/usr/local/bin/bench", line 8, in sys.exit(cli()) File "/usr/local/lib/python3.8/dist-packages/bench/cli.py", line 127, in cli bench_command() File "/usr/lib/python3/dist-packages/click/core.py", line 764, in call return self.main(*args, **kwargs) File "/usr/lib/python3/dist-packages/click/core.py", line 717, in main rv = self.invoke(ctx) File "/usr/lib/python3/dist-packages/click/core.py", line 1137, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/lib/python3/dist-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/lib/python3/dist-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) File "/usr/local/lib/python3.8/dist-packages/bench/commands/make.py", line 159, in get_app get_app( File "/usr/local/lib/python3.8/dist-packages/bench/app.py", line 444, in get_app app.install(verbose=verbose, skip_assets=skip_assets, restart_bench=restart_bench) File "/usr/local/lib/python3.8/dist-packages/bench/utils/render.py", line 126, in wrapper_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.8/dist-packages/bench/app.py", line 242, in install install_app( File "/usr/local/lib/python3.8/dist-packages/bench/app.py", line 573, in install_app bench.run( File "/usr/local/lib/python3.8/dist-packages/bench/bench.py", line 48, in run return exec_cmd(cmd, cwd=cwd or self.cwd) File "/usr/local/lib/python3.8/dist-packages/bench/utils/init.py", line 155, in exec_cmd raise CommandFailedError bench.exceptions.CommandFailedError

mohsinalimat avatar May 12 '23 04:05 mohsinalimat