keras-io icon indicating copy to clipboard operation
keras-io copied to clipboard

warning while intalling requirements - depreciation

Open EngrStudent opened this issue 4 months ago • 1 comments

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:

image 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.

EngrStudent avatar Oct 09 '24 16:10 EngrStudent