Opened 19 months ago
Closed 19 months ago
#785 closed defect (fixed)
Update python3-netcdf4
Reported by: | nicogodet | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Package |
Version: | Keywords: | ||
Cc: |
Description
Shipped version of python3-netcdf4 is outdated and not compatible with Numpy.
Using netcdf4 in python results in many python error caused by newer numpy version
>>> nc['RR'][:] Traceback (most recent call last): File "<stdin>", line 1, in <module> File "netCDF4\_netCDF4.pyx", line 4493, in netCDF4._netCDF4.Variable.__getitem__ File "netCDF4\_netCDF4.pyx", line 4560, in netCDF4._netCDF4.Variable._toma File "C:\OSGeo4W\apps\Python39\lib\site-packages\numpy\__init__.py", line 284, in __getattr__ raise AttributeError("module {!r} has no attribute " AttributeError: module 'numpy' has no attribute 'bool' >>> netCDF4.__version__ '1.5.4'
Latest version is netCDF4 1.6.3 https://pypi.org/project/netCDF4/
Change History (2)
comment:1 by , 19 months ago
comment:2 by , 19 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed by https://github.com/jef-n/OSGeo4W/commit/d23267ca95a220bef1935d9595ed7d0a2c4cf534