keras-io
keras-io copied to clipboard
warning while intalling requirements - depreciation
Issue Type
Others
Source
source
Keras Version
3.6.8
Custom Code
No
OS Platform and Distribution
Linux Ubuntu 20.04 focal
Python version
3.18.9
GPU model and memory
NVIDIA RTX A6080 rev a1
Current Behavior?
I was installing in ubuntu from requirements and part of that was the following error:
DERECATION: promise is being installed using the legacy setup.py install' method, because it does not have a 'pyproject.toml' and the wheel package is not installed. Pip 23.1 will enforce this behavior change. A possible replacement is to enable the --use-pep517 option. Discussion can be found at ...
Standalone code to reproduce the issue or tutorial link
ubuntu --> venv --> activate --> git clone repo
pip install -r requirements.txt
Relevant log output
na. pip doesn't naturally log, and by the time I wrote this, the installation process had completed.