-
Notifications
You must be signed in to change notification settings - Fork 19
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
Example script gives error #27
Comments
It is right here in the package init. Perhaps you have another file called "gdrivefs.py" or "gdrivefs/" on your path that python is picking up? |
I installed with pip, not from source. And nope, no issues with path. The |
I see. So it seems there is a name conflict: this gdrivefs has never been released on PyPI (or elsewhere), you can only install it directly
or by cloning the repo by hand. I suppose in your case you would need to uninstall the other gdrivefs, which is something else, a CLI and FUSE layer. I was not at all aware of the other project, we could probably merge the code here into theirs, especially since they appear to have solved the auth situation in a robust way. cc @dsoprea |
Ah, didn't spot that. OK this explains it. Thanks for your help. |
I installed gdrivefs using pip. When I run your example script (in example_w_xarray_zarr.ipynb):
I get the following error:
AttributeError: module 'gdrivefs' has no attribute 'GoogleDriveFileSystem'
The text was updated successfully, but these errors were encountered: