We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I installed pip install gdrivefs
pip install gdrivefs
my filesystem: fs = fsspec.filesystem('gdrive')
fs = fsspec.filesystem('gdrive')
Then get error `Module 'gdrivefs' has no attribute 'GoogleDriveFileSystem'
my env:
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
I installed
pip install gdrivefs
my filesystem:
fs = fsspec.filesystem('gdrive')
Then get error `Module 'gdrivefs' has no attribute 'GoogleDriveFileSystem'
my env:
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
The text was updated successfully, but these errors were encountered: