Open Loic-sanchez opened 7 months ago
Hi @Loic-sanchez,
Run reticulate::use_condaenv("r-sjsdm", required = TRUE)
at the top of your script or in a new R session before loading a library.
Hi thanks for the proposition, my team found a workaround, running this line before attaching library :
Sys.setenv(PATH=paste(Sys.getenv('PATH'), '/etc/miniconda3/condabin/', sep=':'))
Now the following issue I have when running the model is :
AssertionError: Torch not compiled with CUDA enabled
Any idea on how to activate it ? I tried this in my bash terminal :
conda create --name cuda_env
conda activate cuda_env
conda install cudatoolkit
This is the error message I got :
EnvironmentNotWritableError: The current user does not have write permissions to the target environment. environment location: /etc/miniconda3 uid: 1083 gid: 1083
Update : it seems that an update on the server has solved the issue ! Thank you again :)
Hello, I've been trying to install sjSDM on a server using a GPU and I can't figure how to install it correctly. Installing the packages works well, the install_sjSDM function with the version = "gpu" function also works but when I try to use a function it seems the library can't be attached: I have an error saying the four dependencies are not installed, although when I re-run install_sjSDM it says everything is installed already. Here is the output of my install_diagnostic() :
sjSDM::install_diagnostic()
Thanks for reading me