Zarr version
3.1.3
Numcodecs version
0.15.1
Python Version
3.12.9
Operating System
Linux
Installation
uv pip install
Description
Calling zarr.open with an ssh://... url fails with the following error:
File ".../python3.12/site-packages/fsspec/implementations/sftp.py", line 48, in __init__
self._connect()
File ".../python3.12/site-packages/fsspec/implementations/sftp.py", line 54, in _connect
self.client.connect(self.host, **self.ssh_kwargs)
TypeError: SSHClient.connect() got an unexpected keyword argument 'asynchronous'
Not sure if this is a Zarr issue or an fsspec issue, but as it works with zarr2, I decided to report it here,
Steps to reproduce
Make sure that fsspec is installed with pip install fsspec[ssh]
Additional output
No response
Zarr version
3.1.3
Numcodecs version
0.15.1
Python Version
3.12.9
Operating System
Linux
Installation
uv pip install
Description
Calling
zarr.openwith anssh://...url fails with the following error:Not sure if this is a Zarr issue or an
fsspecissue, but as it works with zarr2, I decided to report it here,Steps to reproduce
Make sure that
fsspecis installed withpip install fsspec[ssh]Additional output
No response