Skip to content
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

Using isimip3 method throws ModuleNotFoundError error #82

Open
cs2239 opened this issue Apr 26, 2021 · 0 comments
Open

Using isimip3 method throws ModuleNotFoundError error #82

cs2239 opened this issue Apr 26, 2021 · 0 comments

Comments

@cs2239
Copy link

cs2239 commented Apr 26, 2021

I have latest version of miniconda installed and added dask. This all works fine. However, using biasCorrection() in RStudio on a GCE ubuntu VM to invoke isimip3 method does not. (Otherwise climate4R suite runs without issue I should add.) An example follows:

z1 <- biasCorrection(y=y,x=x,newdata=newdata_pre,method="isimip3")
Time difference of 1 days
Time difference of 1 days
Time difference of 1 days
[2021-04-26 08:55:28] Argument precipitation is set as FALSE, please ensure that this matches your data.
[2021-04-26 08:57:59] Number of windows considered: 1...
[2021-04-26 08:58:28] Bias-correcting 1 members separately...
Error in py_run_file_impl(file, local, convert) :
ModuleNotFoundError: No module named 'dask'

I would be appreciative of any ideas on how to fix. SO and the usual suspects have not yet been helpful. I should note dask module is indeed installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant