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 complains about legacy editable installs #790

Open
timmc-edx opened this issue Sep 6, 2024 · 1 comment
Open

pip complains about legacy editable installs #790

timmc-edx opened this issue Sep 6, 2024 · 1 comment

Comments

@timmc-edx
Copy link
Member

When running make requirements in lms-shell in devstack, I received this pip warning:

DEPRECATION: Legacy editable install of edx_proctoring_proctortrack from git+https://github.com/anupdhabarde/edx-proctoring-proctortrack.git@31c6c9923a51c903ae83760ecbbac191363aa2a2#egg=edx_proctoring_proctortrack (from -r /tmp/tmpx2kpw1ez (line 1)) (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

(The same message is given for Open-edX, which is from pip install -e . in edx-platform.)

pypa/pip#11457 anticipates this deprecation to come into effect in early 2025 (with pip 25). We may need to apply the listed workarounds/upgrades to several packages. It's unclear what happens if we are unable to update those packages.

@robrap
Copy link
Contributor

robrap commented Sep 6, 2024

You appropriately brought this up with Maintenance WG in Slack. We'll see what becomes of this. moving to the backlog for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants