-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
I hope you are aware of this error .. When i run a docker container on frappe/bench:latest and bench init skip-redis.. for now it works properly... i guess in pip 25.3 this will be a problem... thanks for the great software
DEPRECATION: Building 'PyQRCode' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the --use-pep517
option, (possibly combined with --no-build-isolation
), or adding a pyproject.toml
file to the source tree of 'PyQRCode'. Discussion can be found at pypa/pip#6334
DEPRECATION: Building 'rauth' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the --use-pep517
option, (possibly combined with --no-build-isolation
), or adding a pyproject.toml
file to the source tree of 'rauth'. Discussion can be found at pypa/pip#6334
DEPRECATION: Building 'docopt' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the --use-pep517
option, (possibly combined with --no-build-isolation
), or adding a pyproject.toml
file to the source tree of 'docopt'. Discussion can be found at pypa/pip#6334