-
Notifications
You must be signed in to change notification settings - Fork 221
Description
Error during installation:
ON
ERPNext: v15.70.2 (version-15)
Frappe Framework: v15.74.0 (version-15
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 18 (delta 0), pack-reused 0 (from 0)
Receiving objects: 100% (35/35), 13.27 KiB | 4.42 MiB/s, done.
Ignoring dependencies of https://github.com/bhavesh95863/whitelabel. To install dependencies use --resolve-deps
Installing whitelabel
$ /home/rhocom/frappe-bench/env/bin/python -m pip install --quiet --upgrade -e /home/rhocom/frappe-bench/apps/whitelabel
DEPRECATION: Legacy editable install of whitelabel==0.0.1 from file:///home/rhocom/frappe-bench/apps/whitelabel (setup.py develop) is deprecated. pip 25.3 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at pypa/pip#11457
error: subprocess-exited-with-error
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [87 lines of output]
running develop
/home/rhocom/frappe-bench/env/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: DevelopDeprecationWarning: develop command is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` and ``develop``.
Instead, use standards-based tools like pip or uv.
By 2025-Oct-31, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://github.com/pypa/setuptools/issues/917 for details.
********************************************************************************
!!
self.initialize_options()
Obtaining file:///home/rhocom/frappe-bench/apps/whitelabel
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Checking if build backend supports build_editable: started
Checking if build backend supports build_editable: finished with status 'done'
Getting requirements to build editable: started
Getting requirements to build editable: finished with status 'error'