Skip to content

Fix warning during installation

Compare
Choose a tag to compare
@mherrmann mherrmann released this 31 Oct 05:07
· 12 commits to master since this release
5b1bcfb

This improvement is only included in fbs Pro.

The following warning was shown when installing fbs:

DEPRECATION: fbs 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 behaviour change. A possible
replacement is to enable the '--use-pep517' option. Discussion can be found
at https://github.com/pypa/pip/issues/8559".

This release fixes this.