pip-tools icon indicating copy to clipboard operation
pip-tools copied to clipboard

pipx installed pip-sync doesn't work with conda active env

Open kyuwoo-choi opened this issue 5 months ago • 3 comments

Environment Versions

  1. OS Type: linux
  2. Python version: 3.10.14
  3. pip version: 24.2
  4. pip-tools version: 7.4.1

Steps to replicate

  1. pip install xgboost
  2. pip list | grep xgboost see xgboost 2.1.1 listed
  3. pip-sync blank-requirements.txt tells "Everything up-to-date"

Expected result

removes the xgboost and nvidia-nccl-cu12 which is dep for xgboost. ...

Actual result

image

manually installed pip package and it's dependency leave ...

kyuwoo-choi avatar Sep 19 '24 07:09 kyuwoo-choi