Open samos123 opened 11 months ago
Apologies for the lack of reply (cleaning up some old issues now).
The GCS filesystem should have been available since pyarrow 9.0 (and also in Linux wheels, for Windows wheels only since 13.0 (https://github.com/apache/arrow/issues/35193))
So one reason I can think of that for some reason you are importing another / older version of pyarrow (you could check that with pa.__version__
)
Platform: Linux using pip
Steps to reproduce:
pip install google-cloud-storage pyarrow==14.0.1
This is following the official docs here: https://arrow.apache.org/docs/python/filesystems.html#google-cloud-storage-file-system
Component(s)
Python