-
Notifications
You must be signed in to change notification settings - Fork 910
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
Azure blob requires fsspec >= 0.8 and kedro is still on 0.7 #597
Comments
this may be a duplicate from #489 and expected to be fixed in 0.17 |
I wouldn't say this is a duplicate. Despite the #489 comment, as of 4th Nov 2020, https://github.com/quantumblacklabs/kedro/blob/develop/requirements.txt#L5 sets PyTorch Lightning also requires fsspec>=0.8 and got the same problem: #553 |
s3fs also, please update. |
Hi @Lucianois thanks for raising this. We are aware this is really inconvenient, but it will be made available in version 0.17.0. Commit 151cbcd was pushed to |
Closing this as resolved (in light of comment above). |
Description
Azure blob with authentication via Shared Access Signature requires fsspec >= 0.8
Context
Kedro install does not compile, kedro viz does not work with fsspec 0.8
Steps to Reproduce
Expected Result
load data from Azure blob storage
Actual Result
Your Environment
Include as many relevant details about the environment in which you experienced the bug:
pip show kedro
orkedro -V
):kedro, version 0.16.6python -V
):Python 3.7.6The text was updated successfully, but these errors were encountered: