raulcd commented on issue #47155: URL: https://github.com/apache/arrow/issues/47155#issuecomment-3097847599
Thanks for opening the issue. `PyExtensionType` was deprecated on November 2023, and removed on the 21.0.0 release. - https://github.com/apache/arrow/issues/46198 The error seems to be coming from the Hugging Face datasets library where they fixed this deprecation two years ago. You should use a compatible datasets library. See: - https://github.com/huggingface/datasets/pull/6404 -- 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]
