Hi developers! Trying to install cherche via pip install cherche[gpu] in a clean conda environment on python 3.11.11 on linux I get ModuleNotFoundError: No module named 'setuptools_rust'.
After installing setuptools_rust manually it installs just fine, so I suspect that it should be included as prerequisite package.