fsspec / gdrivefs

Google drive implementation of fsspec
BSD 2-Clause "Simplified" License
38 stars 20 forks source link

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

Open DatacollectorVN opened 7 months ago

DatacollectorVN commented 7 months ago

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

martindurant commented 7 months ago

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