lbesnard (Loz)

Results 20 comments of lbesnard (Loz)

I have the same issue on a debian based server

Thx @pazos . So i deleted the koreader folder from the notes folder, pushed again the highlights. The plugin complained with the same error message, but the notes were pushed...

For Ref, I encountered the same issue when updating poetry dependencies in my package. I found that since Moto **5.1.2** my unittest are failing with the same type of msg...

@jacobtomlinson Thanks a lot for your help. TLDR; env diff was the problem! ---- As suggested, I fixed my software env. First I did a ```poetry update``` on my package....

@jacobtomlinson , thanks for the background. I had a look at https://github.com/dask/distributed/pull/5582 I imagine Dask developers rarely run into issues like this because they already know the quirks (such as...

Further to my first post, I realised the process doesn't hang, but it takes an excruciating amount of time doing "nothing" compared to the last working commit. I looked at...

I ended up having to create a fork of xarray with a version locked to June 2025, and applied manually some xarray bug fix I needed in order to have...

@kmuehlbauer, thanks I removed the changes from that PR as suggested (with the latest release of xarray) and that didn't do the trick. The NetCDF files get opened fine by...

thanks @melonora I've pinned a few packages to older versions as I experience a lot of regressions with packages such as xarray. Happy to try to update my zarr package...

@jacobtomlinson I did further testing with the latest version of zarr 3.1.5, and i now get errors I've never encountered before with ```open_zarr``` ``` with xr.open_zarr( ^^^^^^^^^^^^^ File "/home/ubuntu/miniforge3/envs/AodnCloudOptimised/lib/python3.12/site-packages/xarray/backends/zarr.py", line...