conda-incubator / conda-project

Tool for encapsulating, running, and reproducing projects with Conda environments
https://conda-incubator.github.io/conda-project/
BSD 3-Clause "New" or "Revised" License
28 stars 11 forks source link

Cannot open archive from a stream #108

Closed AlbertDeFusco closed 1 year ago

AlbertDeFusco commented 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.