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 warnings compiling nanover-protocol #247

Closed
phuddha opened this issue Sep 30, 2024 · 1 comment · Fixed by #250
Closed

Deprecation warnings compiling nanover-protocol #247

phuddha opened this issue Sep 30, 2024 · 1 comment · Fixed by #250
Assignees
Labels
tech debt Solving this has been postponed but it could lead to issues down the line.

Comments

@phuddha
Copy link
Collaborator

phuddha commented Sep 30, 2024

When compiling Nanover protocol as described in the Readme for Developers there are a bunch of deprecation warnings:

DEPRECATION: Legacy editable install of nanover-jupyter==0.1.0 from file:///Users/phil/Development/Nanover/nanover-protocol/python-libraries/nanover-jupyter (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

DEPRECATION: Legacy editable install of nanover-lammps==0.1.0 from file:///Users/phil/Development/Nanover/nanover-protocol/python-libraries/nanover-lammps (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

DEPRECATION: Legacy editable install of nanover-mdanalysis==0.1.0 from file:///Users/phil/Development/Nanover/nanover-protocol/python-libraries/nanover-mdanalysis (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

DEPRECATION: Legacy editable install of nanover-omni==0.1.0 from file:///Users/phil/Development/Nanover/nanover-protocol/python-libraries/nanover-omni (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

DEPRECATION: Legacy editable install of nanover-openmm==0.1.0 from file:///Users/phil/Development/Nanover/nanover-protocol/python-libraries/nanover-openmm (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

@phuddha phuddha added the tech debt Solving this has been postponed but it could lead to issues down the line. label Sep 30, 2024
@Ragzouken
Copy link
Collaborator

We need to change this before next year: pypa/pip#11457

May need this: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/

@Ragzouken Ragzouken linked a pull request Oct 1, 2024 that will close this issue
@Ragzouken Ragzouken self-assigned this Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech debt Solving this has been postponed but it could lead to issues down the line.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants