Fokko commented on PR #1377:
URL: https://github.com/apache/iceberg-python/pull/1377#issuecomment-2557103041

   ```
     at ~/.local/lib/python3.10/site-packages/poetry/installation/chef.py:164 
in _prepare
         160│ 
         161│                 error = ChefBuildError("\n\n".join(message_parts))
         162│ 
         163│             if error is not None:
       → 164│                 raise error from None
         165│ 
         166│             return path
         167│ 
         168│     def _prepare_sdist(self, archive: Path, destination: Path | 
None = None) -> Path:
   
   Note: This error originates from the build backend, and is likely not a 
problem with poetry but with cramjam (2.8.3) not supporting PEP 517 builds. You 
can verify this by running 'pip wheel --no-cache-dir --use-pep517 "cramjam 
(==2.8.3)"'.
   ```
   
   Looks like we're still pinning on an older version of `cramjam`, as 2.9.1 is 
out already: https://pypi.org/project/cramjam/


-- 
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

Reply via email to