-
Notifications
You must be signed in to change notification settings - Fork 44
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
conda install fails, biasCorrection isimip3 fails #18
Comments
I'm also unable to install the package. I used both devtools and conda install and wasn't able to install either. I got the following error with R (I was working through the Jupyter Notebook " 'Statistical downscaling with The operation couldn’t be completed. Unable to locate a Java Runtime.
With conda I got this:
I'm very new to this so please excuse me if my error is obvious. Can someone help me figure out how to download this package? |
Hi, would you try to install with the following command into a clean environment?
This should install newer versions of the packages. Please, note that the conda package is only available for linux at the moment. |
Oh, thank you for the clarification. How do I install on a Mac OSx operation system? |
You might try the following: conda create -n climate4R -c conda-forge -c r r-base=3.6 r-rjava r-devtools r-sampling r-easyverification r-deepnet r-gtools r-verification r-mapplots r-sticky r-kohonen r-presenceabsence r-padr r-ncdf4 r-base r-rcurl r-latticeextra r-earth r-ranger r-signal r-e1071 r-caret r-akima r-geosphere r-randomforest r-splancs r-climdex.pcic r-gdalutils r-glmnet r-keras r-spei r-dismo r-udunits2 r-rmarkdown r-tree r-evd r-vioplot 'r-spatstat.linnet<2' 'r-spatstat<2' And from an R terminal:
|
Thanks for this. I created a clean python env and executed the command:
conda install -c santandermetgroup -c conda-forge -c r -c defaults
climate4r=1.5.0 dask
Install was fine, then I tried a toy example...
require(climate4R.datasets)
data("EOBS_Iberia_tas")
data("CORDEX_Iberia_tas")
y <- EOBS_Iberia_tas
x <- CORDEX_Iberia_tas
data("CORDEX_Iberia_tas.rcp85")
newdata <- CORDEX_Iberia_tas.rcp85
call to biasCorrection still fails...
out <- biasCorrection(y = y, x = x, newdata = newdata, method = "isimip3")Time
difference of 1 daysTime difference of 1 daysTime difference of 1
days[2021-05-24
09:02:18] Argument precipitation is set as FALSE, please ensure that this
matches your data.[2021-05-24 09:02:19] Number of windows considered:
1...[2021-05-24
09:02:19] Bias-correcting 1 members separately...Error in
py_run_file_impl(file, local, convert) : ModuleNotFoundError: No module
named 'dask'Detailed traceback: File "<string>", line 122, in <module> File
"/home/dev/miniconda3/envs/climate4r/lib/R/library/reticulate/python/rpytools/loader.py",
line 44, in _import_hook level=level>
…On Thu, May 20, 2021 at 7:47 PM Ezequiel Cimadevilla Alvarez < ***@***.***> wrote:
Hi, would you try to install with the following command into a clean
environment?
conda install -c santandermetgroup -c conda-forge -c r -c defaults climate4r=1.5.0 dask
This should install newer versions of the packages.
Please, note that the conda package is only available for linux at the
moment.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN4QSA2ECFUJKD4KDZ4RMMTTOVDK5ANCNFSM44BEQGPQ>
.
|
|
After clean install using miniconda as per github:
R is also out of date. It is R version 3.6.1 (2019-07-05).
Also
The other BC methods work but I want to use isimip3 and qdm, which are missing.
So I try clean new install using
As isimip3 needs dask I install using conda
I am stuck on why isimip3 fails. dask module is installed.
The text was updated successfully, but these errors were encountered: