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

Deprecation message while installing PINT using pip install -e #1846

Closed
abhisrkckl opened this issue Oct 7, 2024 · 4 comments · Fixed by #1848
Closed

Deprecation message while installing PINT using pip install -e #1846

abhisrkckl opened this issue Oct 7, 2024 · 4 comments · Fixed by #1848

Comments

@abhisrkckl
Copy link
Contributor

DEPRECATION: Legacy editable install of pint-pulsar==1.0.1+233.gc406b12d from file:///home/abhimanyu/Work/PINT (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 pypa/pip#11457

@abhisrkckl
Copy link
Contributor Author

We may have to update our package setup.

@dlakaplan
Copy link
Contributor

But the discussion says:

TL;DR: the execution of setup.py develop when pip does an editable install. The -e / --editable pip install option is not deprecated.
and I (at least) do the latter. Is this really an issue?

@dlakaplan
Copy link
Contributor

OK, yes it is.

@dlakaplan
Copy link
Contributor

https://pypi.org/project/ini2toml/ might be able to translate things for us

@abhisrkckl abhisrkckl linked a pull request Oct 14, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants