ebyhr commented on PR #3479:
URL: https://github.com/apache/iceberg-python/pull/3479#issuecomment-4696062682
```
==================================== ERRORS
====================================
__________ ERROR collecting tests/notebooks/test_pyiceberg_example.py
__________
.venv/lib/python3.14/site-packages/google_crc32c/__init__.py:25: in <module>
from google_crc32c import cext as impl
.venv/lib/python3.14/site-packages/google_crc32c/cext.py:20: in <module>
from google_crc32c._crc32c import extend # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E ModuleNotFoundError: No module named 'google_crc32c._crc32c'
During handling of the above exception, another exception occurred:
tests/notebooks/test_pyiceberg_example.py:21: in <module>
import papermill as pm
.venv/lib/python3.14/site-packages/papermill/__init__.py:2: in <module>
from .execute import execute_notebook # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14/site-packages/papermill/execute.py:5: in <module>
from .engines import papermill_engines
.venv/lib/python3.14/site-packages/papermill/engines.py:12: in <module>
from .iorw import write_ipynb
.venv/lib/python3.14/site-packages/papermill/iorw.py:45: in <module>
from gcsfs import GCSFileSystem
.venv/lib/python3.14/site-packages/gcsfs/__init__.py:15: in <module>
from .core import GCSFileSystem
.venv/lib/python3.14/site-packages/gcsfs/core.py:35: in <module>
from .zb_hns_utils import DEFAULT_CONCURRENCY, MAX_PREFETCH_SIZE
.venv/lib/python3.14/site-packages/gcsfs/zb_hns_utils.py:10: in <module>
from google.cloud.storage.asyncio.async_appendable_object_writer import (
.venv/lib/python3.14/site-packages/google/cloud/storage/asyncio/async_appendable_object_writer.py:27:
in <module>
from . import _utils
.venv/lib/python3.14/site-packages/google/cloud/storage/asyncio/_utils.py:15:
in <module>
import google_crc32c
.venv/lib/python3.14/site-packages/google_crc32c/__init__.py:29: in <module>
warnings.warn(_SLOW_CRC32C_WARNING, RuntimeWarning)
E RuntimeWarning: As the c extension couldn't be imported, `google-crc32c`
is using a pure python implementation that is significantly slower. If
possible, please configure a c build environment and compile the extension
=========================== short test summary info
============================
ERROR tests/notebooks/test_pyiceberg_example.py - RuntimeWarning: As the c
extension couldn't be imported, `google-crc32c` is using a pure python
implementation that is significantly slower. If possible, please configure a c
build environment and compile the extension
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures
!!!!!!!!!!!!!!!!!!!!!!!!!!!
============================== 1 error in 12.25s
===============================
```
https://github.com/apache/iceberg-python/actions/runs/27445691710/job/81130012116?pr=3479
--
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]