'err': 'Please install gcsfs to access Google Storage'
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 398
- Forks
- 181
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 36
Description
when I :
from fsspec.registry import known_implementation
print(known_implementations["gcs"])
I get:
{'class': 'gcsfs.GCSFileSystem', 'err': 'Please install gcsfs to access Google Storage'}
However, I have already installed gcsfs and it's showing up in my pip freeze
import gcsfs
gcsfs.__ver__
'2021.10.0'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue using fsspec.registry.known_implementations["gcs"], then compare the registry result with the installed gcsfs import and reported version 2021.10.0. Done means an installed gcsfs package is recognized instead of producing the “Please install gcsfs” error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- google-cloud, python
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100