Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module 'gdrivefs' has no attribute 'GoogleDriveFileSystem' #43

Open
DatacollectorVN opened this issue Apr 9, 2024 · 1 comment
Open

Comments

@DatacollectorVN
Copy link

DatacollectorVN commented Apr 9, 2024

I installed
pip install gdrivefs

my filesystem:
fs = fsspec.filesystem('gdrive')

Then get error `Module 'gdrivefs' has no attribute 'GoogleDriveFileSystem'

my env:

  • python==3.11.8
  • fsspec==2024.3.1

I check my gdrivefs in my local. It is different from your gdrivefs. But I didn't know how to install gdrivefs that is supported by fsspec

@martindurant
Copy link
Member

gdrivefs on pypi is not this package. This package is not released, and you can only install it directly from source

pip install git+https://github.com/fsspec/gdrivefs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants