-
Notifications
You must be signed in to change notification settings - Fork 986
Open
Labels
CommunityIssue/PR opened by the open-source communityIssue/PR opened by the open-source community
Milestone
Description
Description
pipis missing from dev requirements, causing dev make commands to fail when using e.g.uvapproach to venv- Happens e.g. when calling
make install-test-requirements, following Guidelines for contributing developers (https://github.com/kedro-org/kedro/wiki/Guidelines-for-contributing-developers/)
Context
- Prevents dev requirements from being installed (though could bypass by calling
uv add --dev pip)
Steps to Reproduce
- Clone repo
- Call
uv syncin root to create venv - Call
uv run make install-test-requirementsto run the make command within the venv
Expected Result
- The test requirements should install
Actual Result
- The
python -m pip install "uv==0.4.29"command breaks:
(base) David_Stanley@M-L63HJK2K09 kedro % uv run make install-test-requirements
python -m pip install "uv==0.4.29"
/Users/David_Stanley/Temp/kedro/.venv/bin/python: No module named pip
make: *** [install-test-requirements] Error 1
Your Environment
- Kedro version used (
pip show kedroorkedro -V): - Python version used (
python -V): - Operating system and version:
macOS,15.4.1 (24E263)
Metadata
Metadata
Assignees
Labels
CommunityIssue/PR opened by the open-source communityIssue/PR opened by the open-source community
Type
Projects
Status
No status