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

pip install . return a deprecation warning #7

Closed
1 task done
kkpan11 opened this issue Mar 30, 2023 · 0 comments
Closed
1 task done

pip install . return a deprecation warning #7

kkpan11 opened this issue Mar 30, 2023 · 0 comments

Comments

@kkpan11
Copy link
Owner

kkpan11 commented Mar 30, 2023

pip install .
Installing collected packages: pokemon-terminal
  Attempting uninstall: pokemon-terminal
    Found existing installation: pokemon-terminal 1.3.0
    Uninstalling pokemon-terminal-1.3.0:
      Successfully uninstalled pokemon-terminal-1.3.0
  DEPRECATION: pokemon-terminal 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 pokemon-terminal ... done
Successfully installed pokemon-terminal-1.3.0

Deprecate call to setup.py install when wheel is absent for source distributions without pyproject.toml
pypa/pip#8559

Drop setup.py install support
pypa/pip#11874

  • Migrate to pyproject.toml
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

1 participant