tmi

Results 9 comments of tmi

encountered the same issue and fixed with just `npm update -g npm`, which got me from 10.8.2 to 11.3.0 -- note the aforelinked issue in `npm` is already fixed

Hello @YoSTEALTH , I think I'm encountering a similar issue, and I wonder if it doesn't have to do something with the importer instead. In particular, the AT_FDCWD is accessible...

hello @orioltinto , please see this issue https://github.com/ecmwf/eccodes/issues/370 for explanation of this change, and possible mitigation -- ie, its not missing, its just independently versioned across platforms

I see that indeed `uv add eccodes` fails, but then I also get `uv add numpy` fail with ``` ╰─▶ distutils was removed from the standard library in Python 3.12....

> I can't reproduce your problem with numpy, it works without problems in my case. And I bet that it is the case for most people since it is used...

> The proposed solution does not return an error but does not end with the library properly installed. how come? When I run it, I end up with ``` dependencies...

ah ok, not familiar with `uv sync` enough -- I tested only via `uv pip install -e .` Pretty odd that it doesn't pick the environment automatically... that said, I...

> Yes, I'm working on this. What's your timeframe? up to you, I don't need it for myself. Just that whenever eccodes-eckit are ready, we can merge this and it...

> Other queues (asynchronous, thread-safe) do not support timeout in the join() method, although it is easy to add such parameter. Do you think that they should be added too?...