Open DatacollectorVN opened 7 months ago
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
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
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