-
Notifications
You must be signed in to change notification settings - Fork 41
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
Issue with DataFetcher #373
Comments
same issue, also on arm64 |
Hi @tjryankeogh, @gaelforget the issue is known and will be fix in the next release |
hi @tjryankeogh New argopy version 0.1.16 is available from pypi and in a matter of hours or days on conda as well. |
With 0.1.16 , I no longer get but now I get another error :
|
looks like you're on numpy > 2, is it ? |
Thanks @gmaze! It seems that I am using scipy 1.14.1 though :
|
but your numpy is 2.1.0 |
Right!! Sorry for getting confused between Thanks again! |
@tjryankeogh did you manage to fix your install issue ? |
@gmaze Yes I did thank you. I've managed to get it working by making xarray < 2024.3. Thank you |
awesome then ! |
I've just installed argopy and working through the examples on the readthedocs website.
MCVE Code Sample
Expected Output
According to the examples this should return an xarray dataset with all the variables available.
Problem Description
The following error messages are returned.
FutureWarning: The return type of
Dataset.dims
will be changed to return a set of dimension names in future, in order to be more consistent withDataArray.dims
. To access a mapping from dimension names to lengths, please useDataset.sizes
.self._dims = list(xarray_obj.dims.keys())
AttributeError: 'ScipyArrayWrapper' object has no attribute 'oindex'
I am then unable to proceed with any of the other examples of how to manipulate and work with the data.
Versions
SYSTEM
commit: None
python: 3.12.3 | packaged by conda-forge | (main, Apr 15 2024, 18:35:20) [Clang 16.0.6 ]
python-bits: 64
OS: Darwin
OS-release: 23.5.0
machine: arm64
processor: arm
byteorder: little
LC_ALL: None
LANG: None
LOCALE: None.UTF-8
libhdf5: 1.14.3
libnetcdf: 4.9.2
INSTALLED VERSIONS: CORE
aiohttp : 3.9.3
argopy : 0.1.15
erddapy : 2.2.0
fsspec : 2023.10.0
netCDF4 : 1.6.5
packaging : 24.0
requests : 2.31.0
scipy : 1.13.0
toolz : 0.12.1
xarray : 2024.3.0
INSTALLED VERSIONS: EXT.UTIL
gsw : 3.6.17
tqdm : 4.66.2
zarr : 2.18.2
INSTALLED VERSIONS: EXT.PERF
dask : 2024.4.1
distributed : 2024.4.1
h5netcdf : 1.3.0
pyarrow : 15.0.2
INSTALLED VERSIONS: EXT.PLOT
IPython : 8.22.2
cartopy : 0.23.0
ipykernel : 6.29.3
ipywidgets : 8.1.3
matplotlib : 3.8.4
pyproj : 3.6.1
seaborn : 0.13.2
INSTALLED VERSIONS: DEV
aiofiles : -
black : -
bottleneck : 1.3.8
cfgrib : -
cftime : 1.6.3
conda : -
flake8 : -
nc_time_axis: -
numpy : 1.26.4
pandas : 2.2.2
pip : 24.0
pytest : -
pytest_cov : -
pytest_env : -
pytest_localftpserver: -
setuptools : 69.5.1
sphinx : -
INSTALLED VERSIONS: PIP
pytest-reportlog: -
The text was updated successfully, but these errors were encountered: