-
Before `fsspec` existed I used `pyfilesystem2` and was very happy with it - it's a great library however it (apparently) didn't meet all the requirements for `dask` so `fsspec` was built, primarily to…
-
When I install `s3fs` in the SageMaker Distribution 2.0 image, it breaks `fsspec` for other libraries that depend on it.
```
%pip install --disable-pip-version-check torch sagemaker transformers h…
-
I just found your project with the idea of having a workflow and data versioning like DVC but more freedom to the user and better performance and I'd like to use it in my own code.
I'm the developer …
-
### Describe the bug
Installing both in latest versions are not possible
`pip install "datasets==3.0.1" "fsspec==2024.9.0"`
But using older version of datasets is ok
`pip install "datasets==…
-
I was only recently made aware of this library. Fsspec has some similar concerns, but is primarily used for interacting with remote storage systems, whereas most of the FS-like targets here are local …
-
# Bug Report
```
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", …
-
- **azureml-fsspec**:
- **1.3.1**:
- **Ubuntu 20.04.6 LTS**:
- **3.9.19**:
**Describe the bug**
fs.glob(), fs.glob("."), and fs.glob("*"), all return an empty list.
fs.ls() works, along with pd.…
-
There exists a similar package to `audbackend`, which provides abstractions for backends: https://filesystem-spec.readthedocs.io/
It comes already with a bunch of implementations:
```python
>>>…
-
Hi!
I've been trying to download the kilt_wikipedia, however, everytime I try to download the dataset, it gets at exact 3.39G download progress bar. Any suggestions?
```
Traceback (most re…
-
Hi there! I was trying to get `MultiZarrToZarr` to work on a set of files that have been gzip compressed. Fsspec's `fsspec.open` function has a `compression` parameter that can be passed to tell `fssp…