PelicanPlatform / pelicanfs

An fsspec implementation that uses the pelican client
https://pelicanplatform.org/
Apache License 2.0
1 stars 4 forks source link

AttributeError: 'PelicanFileSystem' object has no attribute 'get_origin_cache' #60

Closed Kristy-an closed 2 months ago

Kristy-an commented 4 months ago

Raise NotAvailableSource when I do fs.open("filepath").

If I set direct_reads=True, It will give me : AttributeError: 'PelicanFileSystem' object has no attribute 'get_origin_cache'

I have checked the source code in core.py. There is somewhere called self.get_origin_cache. But get_origin_cache has never defined.