Hi @Janpie , try updating `pip` with `system("pip3 install --upgrade pip")`, clearing the reticulate state using `reticulate:::rm_all_reticulate_state()`, and then install `nevergrad` directly via `pip` with `system("pip3 install nevergrad")`. Ensure that `reticulate` is using the correct Python environment by specifying the path with `reticulate::use_python("/databricks/python3/bin/python3")` and check the installation with `py_module_available("nevergrad")`.
Let me know if you need further assistance or if there’s anything else I can help with!