-
Notifications
You must be signed in to change notification settings - Fork 50
Description
I'm using v0.5, when trying to open a NetCDF file, I got an error:
[Main Instruction]
The following exception occured:
[Content]
| main.py |756 | self.selectFile(bAdd=False)
| main.py |783 | self.load_files(filenames
| main.py |325 | newTabs
| Tables.py |102 | tabs
| Tables.py |136 | fileformat
| io_init_.py |249 | valid
| io\file_formats.py |7 | F=fileformat.constructor(filename=filename
| io\file.py |27 | self.read(filename
| io\file.py |41 | self._read(**kwargs)
| io\netcdf_file.py |26 | self.data=xr.open_dataset(self.filename)
| <class 'ValueError'> found the following matches with the input file in xarray's IO backends: ['netcdf4', 'h5netcdf']. But their dependencies may not be installed, see:
https://docs.xarray.dev/en/stable/user-guide/io.html
https://docs.xarray.dev/en/stable/getting-started-guide/installing.html
==============
It seems that 'netcdf4' and 'h5netcdf' are not in .\pkgs\
How can I find the right version of 'netcdf4' and 'h5netcdf' and install them to .\pkgs\ on my Windows 11 PC?
Thanks!