-
Hi there,
It looks like keyboard interrupt in ipython does not work properly when downloading files using TqdmCallback.
I noticed it while downloading a ~1GB file:
```python
URL = ...
import …
-
the `fs` module that fontTools.ufoLib uses to implement .ufoz (UFO inside a .zip file) hasn't received an update in more than 2 years, it's basically unmaintained, see: https://github.com/PyFilesystem…
-
This is kind of a duplicate of the [paramiko issue](https://github.com/paramiko/paramiko/issues/2452). But, I think it could also be fixed in fsspec. I'm not sure whether fsspec does define a standard…
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
ligon updated
9 months ago
-
We have lots of inconsistencies across fsspec projects (ci, styling, linters, supported python versions, etc), which make it a pain to work with multiple projects at the same time.
We should create…
efiop updated
2 years ago
-
Not sure what is at the root of this - but we need better diagnostics at the very least:
```bash
[bash][gwatts]:idap-200gbps-atlas > python servicex/servicex_materialize_branches.py --distributed-cli…
-
## Context
- When providing the `compression` parameter to `fsspec.open`, the underlying Filesystem object is not properly cleaned up (even with context).
- This causes any errors related to the Fi…
-
### Bug Description
I am creating and saving an VectorStoreIndex in a similar way it is described in the [starter example](https://docs.llamaindex.ai/en/stable/getting_started/starter_example/). The …
-
### 🚀 The feature
Use [`fsspec`](https://github.com/fsspec/filesystem_spec) as TorchSnapshot's backend.
### Motivation, pitch
FSSpec is the FileSystem abstraction standard of Python in fact. …
-
The new --index functionality makes it possible to do this:
`uv init`
`uv add torch --index pytorch=https://download.pytorch.org/whl/cu121`
and get a reproducable toml file, which is really nice. I…