Skip to content

Why uv does not seems to see python packages installed in a different site-packages #16541

@ccoulombe

Description

@ccoulombe

Question

Hello,

We have python packages provided from different site-packages, but uv pip list does not seem to see them.

For example, on our HPC systems

module load python/3.13 arrow/21
uv venv --clear TESTY
source TESTY/bin/activate

Then:

(TESTY) $ uv pip list
Using Python 3.13.2 environment at: TESTY

(TESTY) $ pip list | rg pyarrow
pyarrow            21.0.0

The site-packages are listed in $PYTHONPATH.

What am I missing in order for uv to see those packages ?

Thanks

Platform

Linux

Version

0.9.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionAsking for clarification or support

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions