fsspec / ipfsspec

readonly python fsspec implementation for IPFS
MIT License
21 stars 10 forks source link

set clobber explicitly #20

Closed observingClouds closed 1 year ago

observingClouds commented 1 year ago

with fsppec=2023.4.0 clobber is set from default True to False see https://filesystem-spec.readthedocs.io/en/latest/changelog.html#id1

observingClouds commented 1 year ago

fixes e.g. https://github.com/eurec4a/pyeurec4a/issues/3

d70-t commented 1 year ago

My feeling would be, that register_implementation shouldn't be called on import at all (ipfs is being registers using entry points, and that's also supported by fsspec since quite a while). Can you check if your issue would also be solved by removing register_implementation?