Unai Garay Maestre
Unai Garay Maestre
I have 16GB of RAM and had to upgrade from 0 to 16GB of swap memory. Check this link to do it: [Change Swap Size in Ubuntu](https://bogdancornianu.com/change-swap-size-in-ubuntu/)
Does anyone know how this is going? I can't help but get a huge logging every time I execute my script. It's messing up my CI runners I am using...
As a workaround, I am setting the following before importing `umap` (which imports `numba`): ``` import logging logging.getLogger('numba').setLevel(logging.WARNING) ```
Same problem with macbook and `--device mps`
The same is happening to me. I think this is an important feature. The error might be in this line: https://github.com/UniversalDataTool/universal-data-tool/blob/5505796fae2d44c2b0d099e8371b09339ad2b1dc/src/components/CollaborateButton/index.js#LL69C8-L69C8 Where `dm.sessionId` is null for some reason
I'm in MacOS Sonoma with Poetry 1.7.0 and having the same problem. Weirdly, my env is using python 3.9.18, but the error shows that is trying to use python 3.11:...