Replies: 2 comments 1 reply
-
As the error message indicates, please install the python package xarray, check here:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
That is very strange, can you please paste the error after executing the above libes? Are you sureit is exactly the same as before? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose my file
mydata.rds
in R is dim(mydata) = c(300,5,60).when I trying to use
it reports error:
PyreadrError: Trying to read array with >2 dimensions, please install xarray!
So how can I read this rds in python, of which dim is 3?
Beta Was this translation helpful? Give feedback.
All reactions