syun64 commented on PR #951:
URL: https://github.com/apache/iceberg-python/pull/951#issuecomment-2241748107

   ray tests are failing due to:
   
   ```
       import pandas  # noqa
   >   from pkg_resources._vendor.packaging.version import parse as 
parse_version
   E   ModuleNotFoundError: No module named 'pkg_resources._vendor'
   
   
../../../.cache/pypoetry/virtualenvs/pyiceberg-bKWKvoA4-py3.8/lib/python3.8/site-packages/ray/data/__init__.py:4:
 ModuleNotFoundError
   ```
   
   Related issue: https://github.com/ray-project/ray/issues/38257
   
   Updating the version dependency for ray to ^2.10.0 which has doesn't use 
`pkg_resources`


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