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
Installing unification from PyPI must first build a wheel from the sdist since a wheel isn't deployed to PyPI. The unification packaging (setup.py, setup.cfg) is not PEP517 compliant, which forces pip to go through the legacy build entry points during installation. Pip has deprecated the legacy setup.py bdist_wheel entry point. To resolve this issue, migrate the unification packaging to a pyproject.toml file as outlined in PEP517.