Skip to content

Fix to allow pip install -e . to work seamlessly with newer pip/setuptools versions #4884

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

Crivella
Copy link
Contributor

@Crivella Crivella commented May 16, 2025

Fixes

The idea here is instead of relying on sys.path which might not include everything python knows how to import, we rely on python's import functions to determine if a module is importable or not and than pick the path from the imported module

@Crivella Crivella marked this pull request as ready for review May 19, 2025 08:27
@boegel boegel added the bug fix label May 20, 2025
@boegel boegel added this to the release after 5.1.0 milestone May 20, 2025
@Crivella Crivella changed the title Possible fix to allow pip install -e . to work seamlessly with newer pip/setuptools versions Fix to allow pip install -e . to work seamlessly with newer pip/setuptools versions Jun 20, 2025
@boegel boegel modified the milestones: 5.1.1, release after 5.1.1 Jul 3, 2025
@Crivella Crivella linked an issue Jul 3, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

eb command fails outside of framework source folder
2 participants