fsspec / fsspec/gcsfs

'err': 'Please install gcsfs to access Google Storage'

Open
#439 3 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.