ppigazzini

Results 323 comments of ppigazzini

You can simply update MSYS2 to update the compiler. If you have installed the worker with `choco`, download the installer and run the file `04_update_msys2_choco_admin.cmd` https://github.com/ppigazzini/fishtest-worker-setup/archive/refs/heads/master.zip If you have installed...

> > Updating didn't work, but reinstalling fistest and worker did work. > > Thank you > > This is weird. This suggests that deleting the testing directory is what...

https://devguide.python.org/versions/ Status of python versions, 3.8 end of life since October 2024, so if we are dropping the support for 3.6 better to consider the move to 3.9 or higher...

> https://devguide.python.org/versions/ Status of python versions, 3.8 end of life since October 2024, so if we are dropping the support for 3.6 better to consider the move to 3.9 or...

![Image](https://github.com/user-attachments/assets/8fbde14d-add9-4cab-8ca0-6892498699f4)

Right now, we have 3 users using python 3.6 and 3 using python 3.8 sebastronomy is providing many cores with old python. Machine | Cores | UUID | MNps |...

https://github.com/official-stockfish/fishtest/blob/master/worker/uv.lock The worker `uv.lock` shows the module dependencies for every python >= 3.6 For `uv` seems that python >= 3.9 uses the same version of the worker's packages. ```ini version...

While helping debug #2310, I discovered that my worker running with python 3.6.15 was unable to read the `.netrc` file, causing it to hit the 60 API rate limit. No...

> In the past we experimented with a deprecation warning for a config option but it was a complete failure. People only paid attention when the option was finally removed...

`expression-parser` does not support python 3.14, the viable replacement `simpleeval` support only python >= 3.8 (it uses walrus operator, see https://github.com/official-stockfish/fishtest/issues/2399), soon we should raise the min python version to...