arnaudbriche commented on PR #1887: URL: https://github.com/apache/iceberg-python/pull/1887#issuecomment-2786613375
> @arnaudbriche That's no problem. Can you try: > > ```shell > make install > make test > ``` > > We use a `Makefile` to run the correct commands. On OSX: Without virtualenv: ```sh make install /bin/sh: pip: command not found Poetry version does not match required version 2.0.1. Updating... /bin/sh: pip: command not found make: *** [install-poetry] Error 127 ``` With virtualenv: ```sh make install WARNING: Package(s) not found: poetry Poetry version does not match required version 2.0.1. Updating... [notice] A new release of pip is available: 25.0 -> 25.0.1 [notice] To update, run: pip install --upgrade pip ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv. make: *** [install-poetry] Error 1 ``` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org