You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really a bug, but when I was running a kedro pipeline for a demo project, I noticed that I got a warning from fsspec:
UserWarning: Your installed version of warnings.py:109
s3fs is very old and known to cause
severe performance issues, see also https://github.com/dask/dask/issues/10276
To fix, you should specify a lower version bound on s3fs, or
update the current installation.
Steps to Reproduce
Run kedro-iris starter project with kedro-datasets installed
Your Environment
Include as many relevant details about the environment in which you experienced the bug:
Kedro version used (pip show kedro or kedro -V): v0.18.13
Kedro plugin and kedro plugin version used (pip show kedro-airflow): kedro-datasets v1.7.0
Python version used (python -V): 3.10
Operating system and version: Debian
fsspec: 2023.9.0
s3fs: 0.4.2 (March 2020), current version: 2023.9.0
The text was updated successfully, but these errors were encountered:
Description
Not really a bug, but when I was running a kedro pipeline for a demo project, I noticed that I got a warning from
fsspec
:Steps to Reproduce
Run kedro-iris starter project with kedro-datasets installed
Your Environment
Include as many relevant details about the environment in which you experienced the bug:
pip show kedro
orkedro -V
): v0.18.13pip show kedro-airflow
): kedro-datasets v1.7.0python -V
): 3.10The text was updated successfully, but these errors were encountered: