-
Notifications
You must be signed in to change notification settings - Fork 146
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
Getting 'GS' key error when reading a csv from GCS using gcsfc #162
Comments
Ah yes, sorry - my fault. For now, you can replace "gs" with "gcs". |
I have tried both, still get the same issue |
Hm, actually on second thoughts, you are not using the new code at all. I don't know why you are seeing this, there has been no change in dask (master) or gcsfs (release) yet. Can you show the contents of |
Of course, the workaround for you may be simply to downgrade gcsfs until we have completed the transition to fsspec (which is the reason for a little turbulence right now). |
seeing the same behavior w/ 0.3.0:
re: the q's you asked above
|
I'm afraid you need to use the master version of dask to pick this up, following dask/dask#5064 |
sg, seems like this is resolved then? |
Have the same issue now |
@PoradaKev - you a version of gcsfs that is too new for Dask. Either downgrade, or install Dask from master. |
Tried that |
Hi I upgraded gcsfs and now I get the following error:
My code is pretty simple:
The text was updated successfully, but these errors were encountered: