Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wheel is missing pyproject.toml #205

Open
intentionally-left-nil opened this issue Apr 23, 2024 · 0 comments
Open

Wheel is missing pyproject.toml #205

intentionally-left-nil opened this issue Apr 23, 2024 · 0 comments
Assignees

Comments

@intentionally-left-nil
Copy link

Repro steps:
pip install flagsmith

Actual: Warning that this is not going to work shortly because setup.py is being used instead of pyproject.toml

Installing collected packages: sseclient-py, pytz, semver, pydantic-core, annotated-types, requests-futures, pydantic, pydantic-collections, flagsmith-flag-engine, flagsmith
  DEPRECATION: flagsmith-flag-engine 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
  Running setup.py install for flagsmith-flag-engine ... done
Successfully installed annotated-types-0.6.0 flagsmith-3.6.0 flagsmith-flag-engine-5.1.1 pydantic-2.7.1 pydantic-collections-0.5.4 pydantic-core-2.18.2 pytz-2023.4 requests-futures-1.0.1 semver-3.0.2 sseclient-py-1.8.0

[notice] A new release of pip is available: 23.0.1 -> 24.0
[notice] To update, run: pip install --upgrade pip
❯ pip freeze | grep flagsmith
flagsmith==3.6.0
flagsmith-flag-engine==5.1.1
❯ python --version
Python 3.10.13
❯ pip --version
pip 23.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants