You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Relevant log output
na. pip doesn't naturally log, and by the time I wrote this, the installation process had completed.
The text was updated successfully, but these errors were encountered: