bifacial_radiance icon indicating copy to clipboard operation
bifacial_radiance copied to clipboard

Deprecation warning using setup.py instead of pyproject.toml

Open cdeline opened this issue 6 months ago • 1 comments

Starting with pip 25.0 (January 1, 2025) we'll have to move from setup.py to pyproject.toml. Check pvlib-python for implementation example.

DEPRECATION: Legacy editable install of bifacial-radiance==0.4.4.dev0+g1d96a19.d20240828 from file:///F:/Documents/Python%20Scripts/bifacial_radiance (setup.py develop) is deprecated. pip 25.0 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 https://github.com/pypa/pip/issues/11457

cdeline avatar Aug 28 '24 21:08 cdeline