apache / apache/arrow

[Python] module 'pyarrow.fs' has no attribute 'GcsFileSystem'

Open
#38,791 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.