-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: PyTorch not installed #79
Comments
Hi Luca, yes, I agree with your suspicion that your other miniconda might be the problem: Run in a fresh R-session:
If the above mentioned steps didn't help you should delete one of your miniconda installation, I assume that you favour your own miniconda installation:
|
Hi Maximillian, thanks for your help! The first solution actually worked for me and now I can successfully load the library by preselecting the conda env at each initialization of R:
Cheers |
# V1.0.0 ## Major changes * revised anova: `sjSDM::anova(...)` corresponds now to a type I anova (removed CV) #76 * `sjSDM::Rsquared()` uses now Nagelkerke or McFadden R-squared (which is also used in the anova) #76 * deprecated `sjSDM::sLVM` because of instability issues and other reasons * revised `sjSDM::install_sjSDM()`, it works now for all x64 systems/versions #81 #79 #71 ## Minor changes * removed several unnecessary dependencies (e.g. dplyr) * improved documentation of all functions, e.g. see `?sjSDM` * new `sjSDM::update.sjSDM` method to re-fit model with different formula(s) * new `sjSDM::sjSDM.tune` method to fit quickly a model with optimized regularization parameters (from `sjSDM::sjSDM_cv`) ## Bug fixes * revised memory problem in `sjSDM::sjSDM_cv()` #84
Hi,
I am trying to install sjSDM on my laptop (Ubuntu 20.04 LTS, R 4.1.1) and I get the following error:
so then I run
install_sjSDM()
which seems to find all the required dependencies:but the test run still rise the same error:
Any idea about what might be the problem? I already have miniconda installed on my laptop, maybe is conflicting with the installation workflow?
Thanks for your help,
Luca
The text was updated successfully, but these errors were encountered: