Timeline for Error "InvalidVersion: Invalid version: 'unknown'" when triying to load netcdf files using xarray
Current License: CC BY-SA 4.0
Post Revisions
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| 19 hours ago | comment | added | Ramiro chalar | I did what I should have done earlier. I started a new enviroment with exactly the packages and modules I needed and now it works | |
| 20 hours ago | comment | added | furas | if error show when you try to operate on data then you could add example code which raise error - this way people may check if this code makes problem on other computers. | |
| 20 hours ago | comment | added | furas |
in question you could add link to this file - so people would test it on other computers. I run dask on Python without anaconda and I get version 2026.3.0. And I tested it only with files which I found with Google: people.sc.fsu.edu/~jburkardt/data/netcdf/netcdf.html
|
|
| 21 hours ago | comment | added | Ramiro chalar | Still same error, could it be related to some "DuckArrayModule"? | |
| 22 hours ago | comment | added | Ramiro chalar | Ok, dask version is 'unknown', so the problem is there, I will reinstall it | |
| 22 hours ago | comment | added | Ramiro chalar | The files were downloaded a month ago from the Climate Data Store of the ECMWF. It may be the dask version, since the problem is with someting's version. | |
| 22 hours ago | comment | added | furas |
other idea: problem makes anaconda3. You could with normal Python.
|
|
| 22 hours ago | comment | added | furas |
or maybe it is problem with dask. Maybe it has wrong version. You could check dask.__version__
|
|
| 22 hours ago | comment | added | furas | where did you get this fie? Maybe it is too old or too new and xarray doesn't know this version. Or maybe file doesn't have information about version. Do you tried to open it in other tools to check if they other have problem with using it? | |
| 23 hours ago | history | asked | Ramiro chalar | CC BY-SA 4.0 |