Closed AlbertDeFusco closed 1 year ago
If the project archive is on a streaming service the fsspec libarchive driver will fail.
https://github.com/fsspec/filesystem_spec/blob/e180aa859ef081215882b2d1b67d4bc33c040330/fsspec/implementations/libarchive.py#L22
It seems reasonable to utilize fsspec caching either with simplecache or filecache.
simplecache
filecache
If the project archive is on a streaming service the fsspec libarchive driver will fail.
https://github.com/fsspec/filesystem_spec/blob/e180aa859ef081215882b2d1b67d4bc33c040330/fsspec/implementations/libarchive.py#L22
It seems reasonable to utilize fsspec caching either with
simplecache
orfilecache
.