[Python] module 'pyarrow.fs' has no attribute 'GcsFileSystem'
Open
Component: Python
Type: bug
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
Platform: Linux using pip
Steps to reproduce:
1. `pip install google-cloud-storage pyarrow==14.0.1`
2. Run following code:
```
from pyarrow import fs
gcs = fs.GcsFileSystem()
```
This is following the official docs here: https://arrow.apache.org/docs/python/filesystems.html#google-cloud-storage-file-system
### Component(s)
Python
Contributor guide
Assessment
This issue has not been assessed yet.