Open davlee1972 opened 1 week ago
This is the PR that enabled AzureFileSystem on macOS and Linux wheels, and there is a brief mention about the Windows failure. We should investigate and create a PR:
It does seem that building Azure FS for Windows fails also for conda:
Probably requires fixing before trying to enable on the wheels.
Describe the enhancement requested
There are several resolved issues around enabling and packaging pyarrow.fs.AzureFileSystem for linux, but with the latest pyarrow 18.0 release there still isn't any packaging for windows..
https://github.com/apache/arrow/issues/44347
No AzureFileSystem in windows.
ImportError: The pyarrow installation is not built with support for 'AzureFileSystem'
This works fine in linux:
Component(s)
Packaging, Python