-
Notifications
You must be signed in to change notification settings - Fork 397
Open
Description
Apache Iceberg version
None
Please describe the bug 🐞
When trying to set up the iceberg-python environment following the contribution guidelines if I run make install it tries to install uv even though I have uv locally see:
~/code/iceberg-python (main) $ uv --version
uv 0.9.7
$ which uv
/home/raulcd/.local/bin/uv
~/code/iceberg-python (main) $ make install
uv not found. Installing...
/home/raulcd/.local/bin/uv
downloading uv 0.9.8 x86_64-unknown-linux-gnu
^Cmake: *** [Makefile:62: install-uv] InterruptWe should fix the Makefile check so if uv is present on the user local path it does not install.
Willingness to contribute
- I can contribute a fix for this bug independently
- I would be willing to contribute a fix for this bug with guidance from the Iceberg community
- I cannot contribute a fix for this bug at this time
Metadata
Metadata
Assignees
Labels
No labels