-
-
Notifications
You must be signed in to change notification settings - Fork 629
Closed
Labels
bugSomething is not workingSomething is not working
Description
pip-sync uninstalls pyproject-hooks, which is requirement of build package and indirectly requirement of pip-tools. End result is broken pip-tools installation.
Environment Versions
Windows 10
Python version: Python 3.11.4
pip version: pip 23.2
pip-tools version: pip-compile, version 7.0.0
Steps to replicate
- Create and activate venv
- Install pip-tools
- Create empty requirements.txt
- Run: pip-sync
Expected result
Everything up-to-date
Actual result
Found existing installation: pyproject_hooks 1.0.0
Uninstalling pyproject_hooks-1.0.0:
Successfully uninstalled pyproject_hooks-1.0.0
Metadata
Metadata
Assignees
Labels
bugSomething is not workingSomething is not working