kevinjqliu commented on issue #2425: URL: https://github.com/apache/iceberg-python/issues/2425#issuecomment-3305384480
> Pandas wasn't installed with 'make install', but is required to run the tests Pandas should be installed. Its declared as a poetry extra, https://github.com/apache/iceberg-python/blob/a56795f3bf4d63a763861171ee3ec01df91301b6/pyproject.toml#L310 and `make install` installs all the poetry extras, https://github.com/apache/iceberg-python/blob/a56795f3bf4d63a763861171ee3ec01df91301b6/Makefile#L72-L75 I suspect this is a symptom of another issue. -- 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]
