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

Installing MAPIE 0.9 in dev mode throws a pip deprecation warning #512

Open
Valentin-Laurent opened this issue Sep 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Valentin-Laurent
Copy link
Collaborator

Valentin-Laurent commented Sep 6, 2024

Describe the bug
Installing MAPIE 0.9 in dev mode throws a pip deprecation warning.

To Reproduce
Clone the repo then run pip install -e .

Stacktrace

DEPRECATION: Legacy editable install of MAPIE==0.9.0 from file:///Users/vlaurent/code/pro/MAPIE/MAPIE (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
  Running setup.py develop for MAPIE
Successfully installed MAPIE-0.9.0
@Valentin-Laurent Valentin-Laurent added the bug Something isn't working label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant