raulcd opened a new issue, #2741: URL: https://github.com/apache/iceberg-python/issues/2741
### Apache Iceberg version None ### Please describe the bug 🐞 When trying to set up the iceberg-python environment following the [contribution guidelines](https://github.com/apache/iceberg-python/blob/main/mkdocs/docs/contributing.md#getting-started) if I run `make install` it tries to install uv even though I have uv locally see: ```bash ~/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] Interrupt ``` We should fix the Makefile check so if uv is present on the user local path it does not install. ### Willingness to contribute - [x] 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
